div.editable {
  position: relative;
}
div.editable a {
  position: absolute; 
  left: -36px; 
  color: red; 
}

div.col21 {margin-right: 20px; margin-left: 0; float: left; width: 420px; }
div.col22 {margin-left: 450px;}

.orders h3 {
  margin: 5px 0;
  padding: 0 5px; 
  margin-right: 250px; 
  border-width: 0 0 0 10px;
  border-style: solid;
}
.orders h3.state_1 {background: #0000cc; color: white;}
.orders h3.state_2 {background: #ffff00; color: black;}
.orders h3.state_3 {background: #009900; color: white;}

#admin {
  background: #ff7;
}
#admin ul.menu {
  padding: 10px 0 10px 20px;
  background: url(/images/cog.png) no-repeat 0 center;
  border: 1px solid #ff7;
  font-size: 13px;
}
#admin ul.menu a, #admin ul.menu span {
  padding: 6px 3px;
}

.find {
  padding: 0 20px 20px;
}

div.in-place-edit {
  position: relative;
}
div.in-place-edit div.container {
  text-align: left;
  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0;
  -moz-box-shadow: 6px 6px 10px #ccc;
  -webkit-box-shadow: 6px 6px 10px #ccc;
  box-shadow: 6px 6px 10px #ccc;
  border-radius: 10px;
  border-top-left-radius: 0;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 1;
  padding: 5px 10px;
  background: #ff7;
  top: -5px;
  left: -5px;
  width: 288px;
}
div.in-place-edit div.wide {
  width: 273px;
}
div.in-place-edit input.text {
  width: 150px;
}
div.in-place-edit textarea {
  width: 280px;
  height: 50px;
}
div.in-place-edit fieldset {
  padding: 5px 0;
}
div.in-place-edit fieldset.buttons {
  text-align: right;
}

div.in-place-delete {
  position: relative;
}
a.in-place-delete {
  position: absolute;
  z-index: 1;
  left: -26px;
  top: 2px;
}

.order-push {
  float: right;
  margin: 0 0 0 40px;
  width: 300px;
}

.top-metrics .col1 {
  float: left;
  margin-right: 20px;
}
.top-metrics .col2 {
  float: left;
}

.buyers tr.loyal td {
  background: #ff7;
}

.clippy-wrapper {
  padding: 5px 0;
}
.clippy {
}

#sections {
  position: absolute;
  right: 0;
  top: -42px;
}
#sections ul {
  
}  

div.legend {
  margin: 0 0 10px;
  color: #666;
}

td.with_link {
  padding: 0;
}
table.metrics td.month a {
  display: block;
}
.ready-how {
  padding: 12px 0 0 10px;
}
.ready-how label {
  display: inline;
}

table.ready td.gap {
  border: none;
}
table.ready td.total {
  background: #ff7;
}

table.ready td.checkbox {
  vertical-align: middle;
}
table.ready td.new-order {
  background: transparent url(/images/star.png) no-repeat 50% 5px;
}
table.ready td.new-order span {
  display: none;
}
table.ready td.old-order span {
  color: #999;;
}

div.orders {
  padding: 5px 0 0 0;
}
div.orders .relative-time {
  color: #666;
  font-size: 11px;
}
a.download-csv {
  display: block;
  float: left;
  margin: 10px 0;
  padding: 30px 10px 30px 50px;
  background: transparent url(/images/csv.gif) no-repeat 0 50%;
}
.top-metrics tr.top-95 td {
  background: #efe;
}
.top-metrics tr.top-90 td {
  background: #cfc;
}
.top-metrics tr.top-80 td {
  background: #7f7;
}
.top-metrics td.highlight {
  background: #ff7 !important;
}
.legend span {
  margin: 0 0 0 20px;
  padding: 5px;
  border: 1px solid #ccc;
}

span.date {
  
}
span.time {
  color: #999;
}
table.grid tr.level-0 td {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
table.grid tr.level-2 td {
  background: #ffd;
}
table.audits td.id {
  width: 50px;
  color: #999;
}
table.audits td.object {
  width: 150px;
}
table.audits td.action {
  width: 100px;
}
table.audits td.comment p {
  margin: 0;
}


.hide-check-box {
  text-align: right;
  margin: 5px;
}

.add-note textarea {
  width: 100%; 
  height: 50px
}
.add-note fieldset {
  padding: 10px;
}
.add-note fieldset.buttons {
  text-align: right;
  padding: 0 10px;
}

/* Control Pane */

.control-pane {
  background: #eee;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  padding: 5px;
  margin: 0 0 10px;
  min-height: 25px;
}
.control-pane .pagination {
  position: absolute;
  right: 10px;
  top: 20px;
}

.search-form form {
  margin: 0 10px 0 0;
}
.search-form input.search-field {
  width: 200px;
  margin: 0 10px 0 0;
}

tr.month-summary td {
  font-weight: bold;
  background: #eee !important;
}

h2.balance {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
div.banner {
  text-align: left;
  margin: 0 0 20px;
}
div.banner-300-250 {
  margin: 0 0 20px;
  float: left;
}
div.show-balance {
  background: transparent url(/images/show-balance-background.png) no-repeat 0 0;
/*  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
*/  height: 230px;
  margin: 0 20px 20px 320px;
  padding: 10px;
}
div.show-balance h3 {
  font-size: 16px;
  margin: 0 0 3px 0;
}
div.show-balance p {
  font-size: 12px;
  margin: 0 0 5px 0;
  color: #666;
}
div.show-balance .unavailable {
  color: #666;
}
div.show-balance .option {
  width: 350px;
  padding: 0 0 0 20px;
}
div.show-balance .option div {
  float: left;
  padding: 20px 0;
  width: 250px;
  height: 20px;
}
div.show-balance .option div a {
  text-decoration: underline;
}
div.show-balance img {
  float: left;
  margin: 0 10px 0 0;
}
.balance-problems {
  text-align: center;
  margin: 0 100px 20px;
}
.balance-problems strong {
  font-size: 16px;
}
div.side-banner-wrapper {
  float: right;
  width: 160px;
}
div.side-banner-wrapper div {
  margin: 0 20px 10px 20px;
}

div.main-wrapper-beside-side-banner {
  margin-right: 160px;
}

ul.initial {
  padding: 10px 0;
}
ul.initial li {
  list-style: none;
  padding: 0;
  clear: left;
}
ul.initial li h3 {
  border-top: 1px solid #ccc;
  margin: 0 20px 10px 0;
  padding: 10px 0 0;
  font-size: 16px;
}
ul.initial li h3 span {
  background: #666;
  color: white;
  padding: 1px 3px;
}
ul.merchants {
  padding: 0 0 20px 0;
  width: 223px;
  float: left;
  margin: 0 20px 0 0;
}
ul.merchants li {
  list-style: none;
  padding: 0;
  border: none;
  float: left;
  margin: 0;
}
.balance-select {
  margin: 20px;
  text-align: center;
}
.balance-select select {
  font-size: 16px;
}

.balance-logo img {
  float: left;
  margin-right: 20px;
}
.balance-logo {
  margin: 0 0 20px 0;
}

.side-banner-wrapper .popular {
  margin: 0 -10px 10px;
}
.popular ul {
  padding: 0 0 0 10px;
}
.popular h3 {
  font-size: 14px;
  margin: 0 0 10px 0;
}

.popular ul li {
  list-style: none;
  padding: 1px 0;
}



.build {
  margin: 70px 10px 0 0;
  float: left;
}
.build h2 {
  background: black;
  -webkit-border-radius: 20px 20px 0 0;
  height: 40px;
  width: 438px;
  margin: 0 0 20px;
}
.build .box {
  width: 430px;
  background: black;
  padding: 0 4px 4px 4px;
  -webkit-border-radius: 0 0 10px 10px;
}
.build .box .inner {
  background: white;
  height: 600px;
  -webkit-border-radius: 0 0 6px 6px;
}

.build .buy h2, .build .buy .box {
  background: #88B913;
}
.build .sell h2, .build .sell .box {
  background: #FFD000;
}


div.pretend-card div.relative-to {
  position: relative;
}
div.pretend-card div.relative-to h2 {
  top: 30px; 
  left: 15px; 
  width: 115px; 
  text-align: center; 
  line-height: 16px; 
  color: black;
}
div.pretend-card div.relative-to div.description {
  top: 70px; 
  left: 15px; 
  width: 115px; 
  color: #333333; 
  text-align: left; 
  font-size: 10px;
}
div.pretend-card div.relative-to div.random_names {
  top: 5px; 
  left: 15px; 
  width: 235px; 
  color: #333333; 
  text-align: left; 
  font-size: 10px; 
  overflow: hidden; 
  height: 160px;
}
div.pretend-card div.relative-to a {
  color: black; 
  text-decoration: none;
}
div.pretend-card div.relative-to div, div.relative-to h2, div.relative-to img, div.relative-to table {
  position: absolute; 
  z-index: 1;
}

div.pretend-card img.buy {
  top: 120px; 
  right: 18px;
}

form.checkout h2 {
  margin: 0 0 8px 0; 
  padding: 0;
}
form.checkout h3 {
  margin: 8px 0 0 0; 
  padding: 0;
}

form.checkout table.layout {width: 800px; margin: 0 auto;}
form.checkout table.layout td {width: 360px; vertical-align: top; }
form.checkout table.layout td table td {width: auto; }
form.checkout table.layout td table td.cart-caption {width: 300px !important; }
form.checkout table.layout td.vgutter {width: 40px; vertical-align: top; padding: 0;}
form.checkout table.layout td.hgutter {height: 30px; vertical-align: top; padding: 0;}
form.checkout table td.shaded {background: #FFE96F; border: 1px solid #CFAA00; padding: 8px;}
form.checkout table td.cart {background: #BEDF6F; border: 1px solid #475F0C; padding: 8px; height: 12em;}
form.checkout table table th {width: 100px;}
form.checkout table table.cart th {width: 290px; color: black; font-size: 12px;}
form.checkout table table.cart td {font-size: 12px;}

.coupon form.edit_buy_cart {
  text-align: right;
  padding: 10px 20px;
}
.coupon form.edit_buy_cart input {
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.buy-video-link {
  position: absolute;
  top: 25px;
  left: 310px;
  z-index: 2;
}

.empty-cart {
  margin: 10px;
  text-align: right;
}

a.buy-at {
  background: transparent url(/images/buy-at.png) no-repeat 0 -48px;
  color: black;
  display: block;
  height: 38px;
  padding: 5px;
  text-align: center;
  width: 70px;
}
a.buy-at:hover {
  background: transparent url(/images/buy-at.png) no-repeat 0 0;
  text-decoration: none;
}
.in-cart a.buy-at {
  background: transparent;
}
a.buy-at .caption {
  font-size: 11px;
}
a.buy-at .price {
  font-size: 16px;
  font-weight: bold;
}

.suggest-wish-list {
  padding: 20px;
}
.suggest-wish-list a {
  float: right;
}

ul.pretend {
  padding: 0;
  margin: 20px -20px 0 0;
}
ul.pretend li {
  list-style: none;
  float: left;
  width: 185px;
  padding: 10px;
  margin: 0 20px 20px 0;
  background: #ddd url(/images/eee-ddd-grad.png) repeat-x 0 0;
  border: 1px solid #ccc;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
ul.pretend li .buy {
  position: absolute;
  right: -2px;
  top: 33px;
}
ul.pretend li .name {
  font-weight: bold;
}

ul.pretend li.hover {
  background: #fff;
}
ul.pretend li .over-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 88px;
  z-index: 1;
  background: white;
  opacity: 0.1;
  filter: alpha(opacity = 10);
}
ul.pretend li a {
  height: 88px;
  display: block;
}
table.pretend {
  margin: 0 0 0 55px;
}
table.pretend td {
  padding: 0 4px;
  text-align: right;
}
table.pretend td.save {
  color: red;
}
table.pretend td.you-pay {
  border: 1px solid #ccc;
  background: white;
}
table.pretend th {
  padding: 0 4px;
  text-align: right;
  font-weight: normal;
  color: #666;
}

table.card-list {
  width: 429px;
}
table.card-list th {
  background: #eee;
  font-weight: normal;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 5px;
}
table.card-list tr.in-cart td {
  background: #eee;
}
table.card-list tr.buying td {
  background: #ff7;
}
table.card-list td.logo {
  vertical-align: middle;
}
table.card-list td {
 padding: 5px 10px 5px 0;
 border-bottom: 1px solid #ccc;
}
table.card-list td.description {
  width: 130px;
}
table.card-list td.description h3 {
  font-size:14px;
}
table.card-list td.description .comment {
  color: #666;
  font-size: 11px;
  line-height: 12px;
}
table.card-list td.current-value {
  font-size:16px;
  font-weight: bold;
  text-align: right;
  padding: 28px 5px 0;
}
table.card-list td.save {
  padding: 28px 10px 0;
  color: red;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.cards .empty {
  padding: 20px;
}

table.cart td {
  padding: 4px;
}
table.cart td.sum {
  border-top: 1px solid black; 
  padding-bottom: 16px;
}
table.cart td.total {
  font-weight: bold; 
  padding: 8px 4px;
}
table.cart td.saving {
  color: red;
}
table.cart td.delete {
  padding: 4px 2px; 
  width: 20px;
}
table.cart td.logo {
  width: 120px; 
  padding: 4px 8px;
}
table.cart td.details {
  padding: 4px 2px; 
  width: 500px;
}
table.cart td.details div.expiry {
  font-size: 12px; 
  color: #666666;
}
table.cart td.numeric {
  padding: 4px 22px 4px 2px; 
  width: 100px; 
  text-align: right;
}


table.merchant-select {
  width: 100%;
  margin: 20px 0;
}
table.merchant-select td {
  width: 33%;
}
table.merchant-select td ul {
  padding: 0;
}
table.merchant-select td ul li {
  list-style: none;
}

.buy-intro ul.stars {
  margin-left: 40px;
}

.buy-categories .lists {
  float: left;
  width: 270px;
}
.buy-categories .side {
  float: right;
  width: 170px;
}
.buy-categories .cards {
  margin: 0 180px 0 275px;
}

ul.filter {
  margin: 5px 20px 10px 0;
  padding: 0;
  border-top: 2px solid #FFD000;
}
ul.filter li {
  list-style: none;
}
ul.filter li.all {
  font-weight: bold;
}
ul.filter li a {
  background: #eee;
  border-bottom: 2px solid white;
  color: black;
  display: block;
  padding: 5px;
}
ul.filter li.partial a {
  background: #D6E5B0;
}
ul.filter li.current a {
  background: #98CF12;
  color: white;
}
ul.filter li.empty a {
  color: #999;
}
ul.filter li a:hover {
  text-decoration: none;
  background: #98CF12;
}
ul.filter li .in-stock {
  float: right;
  font-weight: normal;
  padding: 5px;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
ul.filter li.current .in-stock {
  color: white;
}
#cart-box {
  border: 2px solid #FFD000;
  padding: 10px;
  -webkit-border-radius: 10px;
  background: #eee url(/images/bw-cart-32x25.png) no-repeat 10px 10px;
}
#cart-box h3 {
  padding: 0 0 20px 40px;
  font-size: 18px;
  text-align: right;
}
#cart-box .view-cart {
  text-align: right;
  margin: 10px -3px -6px 0;
}

.why {
  margin-top: 10px;
}
.why p {
  text-align: center;
}

.merchant-description {
  margin: 0 0 0 275px;
  padding: 0 0 20px;
  color: #666;
}

.table-sort {
  padding: 25px 0 0;
  text-align: right;
  color: #666;
}

#quick_filter {
  width: 245px;
}

/*--- clear ---*/

br.clear {
clear: both;    
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;  
}

html[xmlns] .clearfix {
display: block; 
}

* html .clearfix {
height: 1%;     
}



.curved {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.panel {
  border: 1px solid #ccc;
  background: #ddd url(/images/eee-ddd-grad.png) repeat-x 0 0;
  padding: 10px 10px 0 10px;
  margin: 0 auto;
}

p.heading-tip {
  margin: -5px 0 20px 20px;
  padding: 0;
  color: #666;
  font-style: italic;
}

form.slim {
  display: inline;
  margin: 0;
  padding: 0;
}
form.slim fieldset {
  padding: 0;
}
form.slim label {
  color: #333;
  display: block;
  padding: 5px 2px 2px;
}
form.slim fieldset.buttons {
  text-align: right;
  padding: 10px 0 0 0;
}
.panel p.footer {
  font-size: 12px;
  color: #333;
}

.push {
  float: right;
}
.pull {
  float: left;
}
.stacked3 {
  margin: 0 50px 20px 0;
  width: 250px;
}

td.currency {
  width: 70px;
}
td.currency-wide {
  width: 85px;
}
th.datetime, td.datetime {
  width: 110px;
}
th.gap, td.gap {
  border: none !important;
  background: white !important;
}
td.right {
  text-align: right;
}
td.shade {
  border-top: 2px solid #FFDE9F; 
  border-bottom: 2px solid #FFDE9F; 
  padding-top: 8px;
  padding-bottom: 8px;
}
td.shadeL {
  border-left: 2px solid #FFDE9F;
}
td.shadeR {
  border-right: 2px solid #FFDE9F;
}
td.reward div.explanation {
  padding: 0 0 5px 10px; 
  text-align: left; 
  color: #666;
}
td.reward div.explanation span {
  font-weight: bold; 
  border-bottom: 2px solid red; 
  padding: 0 2px;
}

.page-hint {
  text-align: right;
  margin: 20px 0 0;
}

form.coupon ul {
  margin: 0;
  padding: 0 0 0 20px;
}
form.coupon ul.faded {
  opacity: 0.35;
  filter: alpha(opacity = 35);
}
form.coupon ul li {
  padding: 0;
  list-style: none;
}
form.coupon ul select {
  width: 200px;
}

tr.coupon h3 {
  font-size: 16px;
}
tr.coupon h3 span {
  font-size: 13px;
}
tr.coupon-unavailable {
  color: #666;
}

span.coupon {
  position: relative;
}
span.coupon img {
  position: absolute;
  right: -30px;
  top: -3px;
}

td.dashed-top-left {
  background: transparent url(/images/coupon-background.png) top left no-repeat;
  padding: 20px 0 10px 35px !important;
}
td.dashed-top-right {
  background: transparent url(/images/coupon-background.png) top right no-repeat;
}
td.dashed-bottom-left {
  background: transparent url(/images/coupon-background.png) bottom left no-repeat;
  height: 10px;
}
td.dashed-bottom-right {
  background: transparent url(/images/coupon-background.png) bottom right no-repeat;
}
tr.coupon-disabled td {
  color: #999;
}
tr.coupon-disabled td.dashed-top-left {
  background: transparent url(/images/coupon-background-disabled.png) top left no-repeat;
}
tr.coupon-disabled td.dashed-top-right {
  background: transparent url(/images/coupon-background-disabled.png) top right no-repeat;
}
tr.coupon-disabled td.dashed-bottom-left {
  background: transparent url(/images/coupon-background-disabled.png) bottom left no-repeat;
}
tr.coupon-disabled td.dashed-bottom-right {
  background: transparent url(/images/coupon-background-disabled.png) bottom right no-repeat;
}


html {
  overflow-y: scroll;
  margin: 0;
}
body {
  margin: 0;
/*  font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,"Trebuchet MS",sans-serif;*/
  font: 13px/18px "Trebuchet MS",sans-serif;
}
a {
  color: blue;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
a.quiet {
  color: black; 
  text-decoration: none;
}
a.quiet:hover {
  color: blue; 
  text-decoration: underline;
}
table {
  border-collapse: collapse;
}
td, th {
  vertical-align: top;
}
h1 {
  font-size: 16px; 
  margin: 12px 0 8px 0;
}
h2 {
  font-size: 14px; 
  margin: 4px; 
  padding: 0;
}
h3 {
  font-size: 12px; 
  margin: 0; 
  padding: 0;
}
super {
  font-size: 10px;
  vertical-align: super;
  line-height: 5px;
}
ul {
  margin: 0;
}

sup {font-size: 12px; vertical-align: super;}
sub {font-size: 12px; vertical-align: baseline;}
sup, sub { line-height: 10%;}


#flash {
  position: absolute;
  top: 94px;
  left: 275px;
  width: 625px;
}
#flash div.container {
  background: #ffff77; 
  padding: 13px;
  height: 18px;
  text-align: center;
}


form {
  position: relative;
}
fieldset {
  border: none;
  padding: 0 0 10px;
}
form div.radio {
  margin: 5px 0;
}

div.narrow {
  width: 400px;
  margin: 0 auto 0 275px;
}

form div.gray {
  background: #ddd url(/images/eee-ddd-grad.png) repeat-x 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #999 #999 #ccc;
  padding: 10px;
}

form div.buttons {
  text-align: right;
  margin: 10px -16px -10px;
}

form label {
  display: block;
  color: #333;
  padding: 4px 0 0;
}
form label.inline {
  display: inline;
}

form div.guidance {
  color: #333;
  padding: 5px 0 10px;
}

.error_explanation {
  position: absolute; 
  color: black; 
  right: -230px; 
  width: 228px; 
  top: 20px; 
  border: 1px solid red; 
  border-left: none; 
  background: #f0f0f0; 
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
}
.top-errors {
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-left: 1px solid red; 
  margin: 20px auto;
  top: 0;
  right: 0;
}
.error_explanation h2 {
  padding: 0; 
  color: red; 
  margin: 8px;
  font-size: 12px;
}
.error_explanation ul {
  padding: 0 10px 0 20px;
}
.top-errors ul {
  padding: 0 10px 0 30px;
}
.error_explanation ul li {
  list-style: square; 
  padding: 2px 0;
}

input.hint {
  color: #666;
}

.pseudo-title {
  position: relative;
  height: 50px;
  margin: 0 0 0 275px;
}
.pseudo-title ul {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  text-align: right;
}
.boxes .box {
  float: left;
  padding: 5px 10px;
  background: #ddd url(/images/box-background.png) repeat-x 0 0;
  width: 266px;
  margin-left: 20px;
  height: 112px;
  position: relative;
}
.boxes .customer-service {
  background: #ddd url(/images/customer-service-background.png) repeat-x 0 0 !important;
}
.boxes .bulk-sales p {
  padding: 2px 0 !important;
}
.boxes .customer-service span.big {
  font-size: 20px;
}
.boxes .customer-service span.small {
  font-size: 11px;
}
.boxes .customer-service span.small-email {
  font-size: 12px;
}
.boxes .bulk-sales span.big {
  font-size: 20px;
}
.boxes .bulk-sales span.small {
  font-size: 11px;
}
.boxes .bulk-sales img.woman {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 80px;
  height: 80px;
}
.boxes .bulk-sales img.button {
  margin: 0 28px;
}
.boxes .subscribe .button {
  position: absolute;
  right: -10px;
  bottom: -15px;
}
.boxes .subscribe input.email {
  width: 150px;
}
.boxes .first-box {
  margin: 0;
}
.boxes .box h2 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #60830d;
}
.boxes .box p {
  margin: 0;
  padding: 5px 0;
}
.boxes .cropped {
  overflow: hidden;
}
.boxes .cropped img {
  margin: 0 10px 0 0;
}
.boxes .cropped .slider {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 3000px;
}
.buy-or-sell {
  margin: 30px 0 50px;
}
.buy-or-sell .sell {
  margin-right: 20px;
}
.buy-or-sell h2 {
  text-align: center;
  padding: 10px 5px 15px;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
.buy-or-sell .col {
  width: 438px;
  float: left;
}
.buy-or-sell .buy h2 {
  background: url(/images/yellow-header.png) top left no-repeat;
}
.buy-or-sell .buy {
  background: url(/images/yellow-box.png) bottom left no-repeat;
}
.buy-or-sell .sell h2 {
  background: url(/images/green-header.png) top left no-repeat;
}
.buy-or-sell .sell {
  background: url(/images/green-box.png) bottom left no-repeat;
}
.buy-or-sell .inner {
  padding: 8px;
/*  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
*/}

ul.stars {
  list-style-image: url(/images/green-tick.png);
  padding: 0 0 1px 40px;
}
ul.stars li {
  font-weight: bold;
  padding: 3px 0;
}
ul.stars li.big {
  font-size: 15px;
}
ul.stars li.amazon {
  background: url(/images/amazon_gc.jpg) no-repeat 0 35px;
  margin-bottom: 20px;
}
ul.stars li.amazon p {
  padding: 0 0 0 90px;
}
ul.stars li p {
  margin: 0;
  font-weight: normal;
}
ul.stars li h3 {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}

.buy-or-sell .buy .merchant-filter {
  width: 270px;
}
.buy p.browse {
  text-align: right;
  padding: 0 5px;
}

#featured {
  margin: 0 -4px -4px;
}
#featured h3 {
  font-size: 15px;
  background: #FFD000;
  color: black;
  letter-spacing: 1px;
  margin: 0;
  padding: 9px 10px 10px;
  border-top: 1px solid #999;
}
#featured ul {
  margin: 0;
  padding: 10px 0 0 10px;
}
#featured ul li {
  list-style: none;
  padding: 0 10px 10px 0;
  position: relative;
  float: left;
}
#featured ul li a {
  display: block;
}
#featured ul li img {
  width: 130px;
  height: 82px;
}

div.explain {
  padding: 0 10px;
}
div.explain p {
  margin: 0;
  color: #666;
}
div.explain .find-out-more {
  float: right;
  display: block;
  padding: 7px 0 1px;
}
div.explain div.sm_img_holder {
  padding-left: 10px;
  float: left; 
  font-size: 15px;
}
div.explain div.pad-left {
  padding-left: 40px;
}
div.explain div.sm_img_holder div {
  width: 100%;
  height: 82px; 
  padding-left: 0;
}
div.explain div.sm_img_holder img {
  padding-left: 0; 
  vertical-align: bottom;
}

.sell-quote {
  margin: 10px -4px 10px;
  position: relative;
}
.sell-quote h3 {
  font-size: 15px;
  background: #88B913;
  color: black;
  letter-spacing: 1px;
  margin: 0;
  padding: 9px 10px 10px;
  border-top: 1px solid #999;
}
.sell-quote p {
  margin: 0;
  padding: 5px 0;
}
span.highlight {
  background: #ff7;
  padding: 2px;
  font-weight: bold;
}
.sell-quote .box {
  padding: 12px 0 0 10px;
}
.sell-quote .merchant {
    float: left;
  }
.sell-quote .current-value {
  float: left;
  padding: 0 0 0 20px;
}
.sell-quote label {
  display: block;
}
.sell-quote select {
  width: 300px;
  float: left;
}
.sell-quote input.currency {
  width: 70px;
}
.sell-quote #quote {
  font-weight: bold;
}
.sell-quote input.sell-now {
  position: absolute;
  right: 0;
  bottom: 7px;
}
.sell-quote #result {
  padding: 10px 0 0 20px;
  background: transparent url(/images/information.png) no-repeat 0 10px;
  font-weight: bold;
  height: 40px;
}
.sell-quote #result div.sell-now {
  position: absolute;
  right: 10px;
  bottom: -9px;
}
.sell-quote .pay-options img {
  float: left;
}
.sell-quote .pay-options .intro {
  position: absolute;
  top: 141px;
  left: 100px;
  width: 210px;
  text-align: left;
  padding: 0;
  color: #666;
}
.sell-quote #result .amazon {
  position: absolute;
  top: 141px;
  left: 100px;
  width: 200px;
  text-align: left;
  font-weight: normal;
  padding: 0;
}
.sell .more-link {
  height: 33px;
}
.sell ul.stars li {
  padding: 8px 0;
}
.sell ul.stars {
  padding: 0 0 1px 40px;
}
.sell .push img {
  margin: 8px 0 -8px 0;
}
.buy .push img {
  margin: 8px 0 -8px 0;
}
.wide-button-holder {
  background: url(/images/wide-button-holder.png) no-repeat 0 0;
  padding: 3px 13px;
}
.quotes-and-media {
}
.sell .wide-button-holder {
  margin: 10px 0 0 0;
}
.buy .wide-button-holder {
  margin: 0 0 10px 0;
}
.wide-button-holder div {
  height: 50px;
}
.wide-button-holder p {
  margin-right: 200px;
  margin: 8px 0 0 10px;
  padding: 0;
  color: #333;
}

.wide-button-holder img {
  margin: 0 !important;
}

div.media {
  display: block;
  float: left;
  padding: 0 0 20px 0;
  width: 440px;
}
.media .more {
  text-align: right;
  padding: 5px;
}

.quotes-wrapper {
  float: right;
  width: 440px;
  overflow-x: hidden;
  height: 120px;
  position: relative;
}
.quotes {
  width: 2000px;
  position: absolute;
}
.quotes ul {
  margin: 0;
  padding: 0;
}
.quotes ul li {
  list-style: none;
  float: left;
  width: 208px;
  margin: 0 20px 0 0;
  padding: 0;
  color: #666;
}
.quotes ul li.last {
  margin: 0;
}
div.quotes span.name {
  font-weight: bold; 
  font-style: normal;
  color: black;
}
div.quotes span.place {
  font-style: normal; 
  color: #999;
}

#why {
  position: absolute;
  left: 275px;
  top: -8px;
  display: block;
  padding: 10px;
  color: black;
}
#why:hover {
  color: blue;
}

ul.stars li a.current {
  color: black;
}

.hot-deals ul {
  margin: 0 -5px 0 5px;
  padding: 0;
}
.hot-deals ul li {
  display: inline;
  padding: 0;
}
.hot-deals ul img {
/*  width: 52px;
  height: 33px;
*/
  width: 75px;
  height: 47px;
}

h2.how-it-works {
  margin: 20px 0 0 100px;
  font-size: 16px;
}
ul.how-it-works {
  padding: 0;
  margin: 0 150px 0 100px;
}
ul.how-it-works li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
ul.how-it-works li.last {
  border-bottom: none;
}
ul.how-it-works li .number{
  float: left;
  width: 120px;
}
ul.how-it-works li .number img {
  vertical-align: bottom;
}
ul.how-it-works li .steps {
  margin: 0 0 0 150px;
}


#header {
  border-bottom: 10px solid #98CF12;
  background: white;
  margin-bottom: 16px;
  height: 84px;
}
#logo {
  position: absolute;
  top: 10px;
  left: -30px;
  z-index: 1;
  background: url(/images/logo-background.png) no-repeat left bottom;
  padding: 0 30px 25px;
}
#non_production {
  position: absolute;
  z-index: 1;
  background: red;
  color: white;
  width: 264px;
  top: 108px;
  left: 21px;
  height: 16px;
  padding: 2px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
#cart {
  float: right;
  border-left: 1px solid #e3e3e3;
  padding: 6px 6px 7px;
  position: relative;
  display: block;
}
.cart-with-items {
  background: #FFD000;
}
#cart:hover {
  background: #98CF12;
  text-decoration: none;
}
#cart span {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  padding: 0 2px;
  text-align: right;
}
#questions {
  position: absolute;
  top: 5px;
  left: 190px;
  color: #666;
  z-index: 2;
}
#user {
  position: absolute;
  right: 0;
  top: 0;
  background: #eee;
  border: 1px solid #ccc;
  border-top: none;
}
#user div {
  padding: 10px;
  position: relative;
  margin-right: 45px;
}
#user div .admin-link{
  right: -72px;
  top: 8px;
  position: absolute;
}
.logged-in {
  width: 320px;
}
.logged-out {
  width: 170px;
}
#title {
  margin: 0 auto 20px; 
  width: 900px;
}
#title h1 {
  padding: 5px 0;
  font-size: 16px;
  margin: 0 0 0 275px;
  font-weight: bold;
  border-bottom: 1px solid #98CF12;
}
#title h1 span {
  font-weight: normal;
  font-size: 13px;
}
#title h1 span a {
  color: red;
}
.page {
  width: 900px; 
  margin: 0 auto; 
  position: relative;
}
#contact {
  position: absolute;
  top: 5px;
  left: 275px;
  z-index: 2;
}
#tabs {
  position: absolute;
  top: 59px;
  left: 275px;
  padding: 0;
  margin: 0;
  width: 629px;
}
#tabs li {
  float: left;
  list-style: none;
  padding: 0;
}
#tabs li a {
  display: block;
  padding: 3px 6px;
  background: #FFD000;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #FFE87F #BF9D00 #BF9D00 #FFE87F ;
  margin-right: 5px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 13px;
}
#tabs li.push {
  float: right;
}
#tabs li.admin a {
  background: black;
  color: white;
  border-color: #fff #aaa #aaa #fff ;
}
#tabs li a:hover {
  background: #98CF12;
}
#tabs li a.current {
  background: #98CF12;
  border-color: #DEFF8F #658F00 #658F00 #DEFF8F;
}
#footer .page {
  background: #eee;
  border: 1px solid #ccc;
  margin: 20px auto;
  padding: 10px 0;
}

#footer .simple-menu { padding: 5px 0;}
.simple-menu a {color: black; padding: 12px 6px;}
.simple-menu a:hover {color: blue;}
.simple-menu a.active {color: red;}
.simple-menu img {vertical-align: middle;}
.simple-menu li.right {float: right; padding: 7px 0;}
.simple-menu li.caption {padding: 12px 6px; color: #999; border-right: none;}

.footer-section {
  float: left;
  width: 230px;
  padding: 0 10px;
}
.footer-section h3 {
  margin: 0;
}
.footer-section ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.footer-section ul li {
  list-style: square;
  padding: 0;
  color: #666;
}
.footer-section ul li a {
  color: black;
}
.footer-section ul li a:hover {
  color: blue;
  text-decoration: none;
}

#below_footer {background: transparent url('/images/below_footer_bg.gif') repeat-x; font-size: 13px;font-weight:bold; padding: 18px 6px; margin: 0 0 0 0; width: 800px;}
#below_footer {text-align: center;}
#below_footer li {display: inline;}
#below_footer li a {padding: 10px 35px;color: blue;}

#subscribe_footer {background: #eee; font-size: 13px; margin: 0 88px 0 0; padding: 0 10px 5px;}
#subscribe_footer label {display: inline; font-size: 15px; font-weight: bold; color: black;}
#subscribe_footer input.email {margin: 0 5px;}
#subscribe_button  {vertical-align: middle;}

li.facebook a {background:transparent url('/images/facebook_logo.jpg') no-repeat center left;}
li.twitter a {background:transparent url('/images/twitter_logo.png') no-repeat center left;}

ul.menu {
  padding: 0 10px;
}
ul.menu li {
  display: inline; 
  border-right: 1px solid #bbb;
}
ul.menu li.last {
  border: none;
}
ul.menu a, ul.menu span {
  padding: 6px;
}
ul.menu a {
  text-decoration: none;
}

#sub_footer {
  color: #666;
}
#sub_footer .col1 {
  float: left;
  width: 450px;
  padding: 10px 0 0 0;
}
#sub_footer .col2 {
  margin: 0 0 0 500px;
  padding: 10px 0 0 0;
}
#sub_footer h3 {
  margin: 0;
  color: #444 ;
}
#sub_footer table {
  margin: 10px 0 0 0;
}
#sub_footer ol.spaced li {
  padding: 0 0 10px;
}
#sub_footer ol.spaced li:last-child {
  padding: 0;
}
.copyright {
  text-align: right;
  padding: 10px 0;
}

#siteseal {
  float: right;
}

div.admin-edit {
  position: absolute;
  top: -45px;
  right: 0;
}
div.admin-edit a {
  color: red;
}
.error-message {
  padding: 10px 10px 10px 275px;
}
.maintenance {
  margin: 0 0 0 275px;
}
.maintenance div {
  padding: 10px 0;
}
.maintenance .timestamp {
  text-align: right;
}
.maintenance .reason {
  font-size: 13px;
}
.maintenance .apology {
  color: #666;
  padding: 0 0 0 20px;
}
.how-it-works-video {
  margin: 10px auto;
  width: 640px;
  border: 1px solid #ccc;
}

#zoom {
  z-index: 9;
}

ul.media {
  margin: 0;
  padding: 0;
}
ul.media li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
ul.media li:last {
  border-bottom: none;
}
ul.media li img {
  float: left;
  padding: 10px 0;
}
ul.media li .content {
  margin-left: 275px;
}
ul.media li h2 {
  margin: 0;
}


table.price_list {
  margin: 0 10px; 
}
table.price_list td {
  padding: 4px; 
  border: 1px solid #cccccc;
}
table.price_list img {
  float: left; 
  margin: 0 8px 8px 0;
}
table.price_list div.text {
  text-align: right; 
  margin: 0 50px 0 0; 
  color: #666666;
}
table.price_list div.discount {
  text-align: right; 
  color: #00cc00; 
  font-size: 32px; 
  margin: 0 50px 0 0;
}
table.price_list h2 {
  text-align: center; 
  clear: left; 
  color: black;
}
table.price_list td.gap {
  border: none; 
  width: 30px;
}

ul.category-select {
  padding: 0;
}
ul.category-select li {
  list-style: none;
}


div.order-box {
  float: left; 
  width: 250px; 
  margin: 0 20px 20px 0;
}
div.order-box h3 {
  font-size: 14px; 
  margin: 0; 
  padding: 0 0 4px 0;
}
div.order-box div.state {
  float: right; 
  padding: 4px; 
  border: 1px solid #333333;
}
div.order-box div.date {
  font-size: 12px; 
  margin: 4px;
}
div.order-box div.value {
  text-align: right; 
  font-weight: bold; 
  margin: 4px;
}
div.order-box div.description {
  margin: 4px; 
  font-size: 12px; 
  color: #444444; 
  height: 4em;
}
div.state_1, table.grid td.state_1, td.state_1
 {
  background: #0000cc; 
  color: white;
}
div.state_2, table.grid td.state_2, td.state_2 {
  background: #ffff00; 
  color: black;
}
div.state_3, table.grid td.state_3, td.state_3 {
  background: #009900; 
  color: white;
}


.original-hide {
  display: none;
}


.pagination {
  text-align: right;
  margin: -10px 0 10px 0;
}
.pagination a {
  border: 1px solid #CCCCCC; 
  color: #000000; 
  margin: 1px; 
  padding: 2px 5px; 
  text-decoration: none; 
  background: #98CE15;
}
.pagination a:hover, .pagination a:active {
  background-color: #CCCCCC; 
  border:1px solid #000000;
}
.pagination span.current {
  background-color: #000000; 
  border: 1px solid #000000; 
  color:#FFFFFF; 
  font-weight: normal; 
  margin: 2px; 
  padding: 2px 5px; 
}
.pagination span.disabled {
  border: 1px solid #EEEEEE; 
  background: #cccccc; 
  color:#666666; 
  margin:1px; 
  padding:2px 5px;
}


div.col3 {
  width: 280px; 
  float: left; 
  margin-right: 30px;
}
div.col31 {
  margin-left: 0;
}
div.col312 {
  margin-left: 0; 
  width: 590px;
}
.cart .col312 {
  width: 610px;
}
div.col32 {
  margin-left: 0;
}
div.col33 {
  margin-right: 0;
}
.cart .col33 {
  width: 260px;
}
div.col323 {
  margin-left: 310px; 
  float: none; 
  margin-right: 0; 
  width: auto;
}

div.envelope {
  background: url(/images/envelope.png) no-repeat;
  width: 605px;
  height: 253px;
  position: relative;
}
div.envelope .return-address {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 10px;
  line-height: 12px;
}
div.envelope .address {
  position: absolute;
  top: 150px;
  left: 130px;
  font-weight: bold;
  font-size: 18px;
}
div.envelope .ref {
  position: absolute;
  top: 82px;
  left: 30px;
  font-weight: bold;
  font-size: 14px;
}
div.envelope .reminder {
  position: absolute;
  top: 108px;
  left: 445px;
  width: 165px;
  color: #c00;
  border: 1px solid #ccc;
  background: #eee;
  padding: 10px;
  font-size: 14px;
}

.sell select.merchant {
  width: 360px;
}
.sell .relative {
  position: relative;
}
.sell .result {
  top: 10px;
  left: 160px;
  width: 210px;
  position: absolute;
}
.sell #card_current_value {
  width: 50px;
}
.no-sell-link {
  float: right;
  width: 250px;
  padding: 3px;
}
#no-sell {
  float: right;
  width: 250px;
  background: #ff7;
  padding: 3px;
  margin: 0 0 5px 0;
}

table.serial-numbers td.card {
  width: 300px;
  padding: 4px 4px 0;
}
table.serial-numbers td input {
  width: 80px;
}
.sell-video-link {
  position: absolute;
  top: 120px;
  left: 100px;
}

.sell-cart .right-side {
  float: right;
  width: 170px;
  margin: 0 0 0 20px;
}
.sell-cart .left-side {
  float: left;
  width: 250px;
  margin: 0 20px 0 0;
  padding: 80px 0;
}
.sell-cart .left-side h3 {
  margin: 0 0 20px;
  font-size: 14px;
}
.sell-cart .left-side ul.stars li {
  font-weight: normal;
}
.sell-cart .right-side .video-link {
  margin: -5px 0 0 80px;
  text-align: right;
  display: block;
}
table.sell-cart {
  border-collapse: collapse;
}
table.sell-cart td {
  padding: 10px;
}
table.sell-cart th.option {
  width: 150px;
  padding: 10px;
}
table.sell-cart th.option p {
  margin: 5px 0 0 0;
  font-weight: normal;
}
table.sell-cart th.option p.or {
  position: absolute;
  top: 60px;
  left: 532px;
  font-style: italic;
  background: white;
}
table.sell-cart td.card {
  width: 350px;
}
table.sell-cart td.card div.logo {
  float: left;
  position: relative;
}
table.sell-cart td.card a.delete {
  position: absolute;
  top: -7px;
  left: 50px;
}
table.sell-cart td.card div.text {
  margin-left: 70px;
}
table.sell-cart td.card div.text p {
  margin: 0;
}
table.sell-cart td.numeric {
  vertical-align: middle;
}
table.sell-cart td.numeric .number {
  text-align: center;
  font-size: 16px;
  margin: 3px;
}
table.sell-cart td .total-for {
  text-align: center;
  font-size: 12px;
  margin: 0;
}
table.sell-cart td a.info {
  text-align: right;
  display: block;
}
table.sell-cart .side-ruled {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
table.sell-cart .top-ruled {
  border-top: 1px solid #999;
}
table.sell-cart td a.choose-action {
  background: transparent url(/images/yellow-button.png) 0 -110px no-repeat;
  display: block;
  height: 67px;
  padding: 10px;
  color: black;
  font-weight: bold;
  text-decoration: none;
}
table.sell-cart td a.choose-action span {
  display: block;
  text-align: center;
}
table.sell-cart td a.choose-action:hover {
  background: transparent url(/images/yellow-button.png) 0 0 no-repeat;
}

div.relative {
  position: relative;
}
div.extra-with-amazon {
  position: absolute;
  right: -183px;
  top: 15px;
  padding: 20px 20px 20px 50px;
  font-size: 12px;
  background: transparent url(/images/balloon.png) 0 0 no-repeat;
  width: 115px;
  height: 60px;
  text-align: center;
}
div.extra-with-amazon strong {
  font-size: 13px;
}

table.full {
  width: 100%;
}
table.grid th {
  border: 1px solid #ccc; 
  background: #eee; 
  padding: 4px; 
  text-align: left;
}
table.grid td {
  border: 1px solid #ccc; 
  background: white; 
  padding: 4px;
}
table td.numeric {
  text-align: right; 
  padding-right: 8px;
}
table.grid td.hidden {
  border: none; 
  background: #ffffff;
}
table.grid .spacer {
  border: none; 
  background: #ffffff;
}
table.multi td {
  border-bottom: 1px solid #cccccc;
}
table.multi td.ruled {
  border-bottom: 1px solid #666666;
}


ul.state {
  padding: 0;
  margin: 0;
  background-color: #eee;
  width: 200px;
}
ul.state li {
  list-style: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #ccc transparent;
  margin: 0;
}
ul.state li:last-child {
  border-color: transparent;
}
ul.state li.emailable {
  background-image: url(/images/email_add.png);
  background-repeat: no-repeat;
  background-position: 178px 2px;
}
ul.state li .actions {
  float: right;
  font-size: 11px;
}
ul.state li .actions a {
  color: blue;
  padding: 0 4px;
}
ul.state li .hint {
  text-align: right;
  color: #666;
  font-size: 11px;
  padding: 0 5px;
}
ul.state li .inside {
  border-width: 0 0 0 10px;
  border-style: solid;
  padding: 2px 5px;
  margin: 3px 0 0 5px;
  display: block;
}
ul.state li a {
  color: black;
}
ul.state li span {
  color: #666;
}
ul.state li.waiting .inside, h3.waiting {
  border-color: #00f;
}
ul.state li.received .inside, h3.received {
  border-color: #f00;
}
ul.state li.processing .inside, h3.processing {
  border-color: #F93;
}
ul.state li.complete .inside, h3.complete {
  border-color: #390;
}
div.hidden-state {
  text-align: right;
  padding: 0 5px;
  font-size: 12px;
  width: 200px;
}
div.hidden-state a {
  color: blue;
  padding: 5px;
}
ul.state li.active {
  background-color: #ffc;
  border-color: #999;
}
ul.state li.active span {
  color: black;
}


table.grid td.state {
}
table.grid td.state-active {
  padding: 0;
  border-color: black;
}
table.grid td.state .inside {
  display: block;
  padding: 4px 10px;
  color: black;
  border-width: 0 0 0 10px;
  border-style: solid;
}
table.grid td.state a:hover {
  background: #eee;
  text-decoration: none;
}
table.grid td.state span.inside {
  padding: 0 10px;
}
table.grid td.state_1 .inside {
  border-color: #00f; 
}
table.grid td.state_2 .inside {
  border-color: #f00;
}                     
table.grid td.state_3 .inside {
  border-color: #ff0;
}                     
table.grid td.state_4 .inside {
  border-color: #0c0;
}                     
table.grid td.state_5  {
  border-color: #fff; 
  background: #fff;
}
table.grid td.state_5 .inside {
  border-color: #fff; 
}
table.grid td.state_5 .inside {
  color: #999; 
}
table.grid td.state_sent {
  background: #009900; 
}
table.grid td.boolean {
  text-align: center;
}
table.grid tr.failure td {
  color: #999;
}
table.grid tr.failure td a {
  color: #999;
}
table.activities tr.success td {
  color: #6c6;
}
table.activities tr.success td a {
  color: #6c6;
}
table.grid tr.alert td {
  color: #c00;
}
table.grid td.success {
  background: #009900; 
  color: white;
}
table.grid td.failure, table.grid tr.failure td.failure {
  background: #ff0000; 
  color: white;
}

table.form td {
  border: 1px solid transparent;
  background: transparent;
}



#newsletter {
  position: absolute;
  top: 55px;
  right: 0;
  width: 350px;
}
#newsletter input.email {
  width: 280px;
}
#newsletter input.button {
  float: right;
}
.newsletter-disclaimer {
  color: #666;
  margin-top: 50px;
  text-align: justify;
}
ul.newsletter li {
  font-weight: normal !important;
}

.bulk .featured  {
  margin: 0 0 20px 0;
}
.bulk .featured ul {
  margin: 0;
  padding: 0;
}
.bulk .featured ul li {
  list-style: none;
  float: left;
  margin: 0 20px 0 0;
}
.bulk .featured ul li img {
  width: 130px;
}
.bulk .left-col {
  float: left;
  width: 610px;
}
.bulk .right-col {
  margin: 0 0 0 630px;
  background: url(/images/yellow-box-270.png) no-repeat 0% 100%;
}
.bulk .right-col img.customer-service {
  margin: 3px 10px;
  width: 250px;
  height: 165px;
}
.bulk .right-col .inner {
  padding: 0 10px 10px;
}
.bulk .right-col h2 {
  background: url(/images/yellow-header-270.png) no-repeat 0% 0%;
  margin: 0;
  padding: 10px 5px 15px;
  text-align: center;
}
.bulk .right-col .inner-left {
  padding: 0 0 0 60px;
  background: transparent url(/images/phone-small.png) 10px 50% no-repeat;
}
.bulk .right-col .inner-right {
  padding: 0 0 0 60px;
  background: transparent url(/images/email.png) 10px 50% no-repeat;
}
form.edit-bulk_left fieldset.name, form.edit-bulk_lower fieldset.name {
  display: none;
} 
.bulk span.big {
font-size: 20px;
}
.bulk span.small {
font-size: 11px;
}


/* Pages */

.show-page {
  position: relative;
  padding: 10px;
  border: 1px solid transparent;
}
.show-page h2 {
  margin: 5px 0;
}
.show-page .no-content {
  color: #999;
}
.show-page a.edit {
  display: none;
  position: absolute;
  left: -40px;
  width: 30px;
  top: -1px;
  z-index: 1;
  color: red;
  text-align: right;
  padding: 2px 5px;
  background: white;
  text-transform: uppercase;
  border: 1px solid #ccc;
  border-right: none;
}
.expose {
  border: 1px solid #ccc;
}
.expose a.edit {
  display: block;
}

img, div {
behavior: url(/stylesheets/iepngfix.htc);	
}

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

.warning {
  padding: 5px 5px 5px 30px;
  background: url(/images/error.png) no-repeat 5px 5px #f0f0f0;
  border: 3px solid red;
}
.warning p {
  margin: 8px 0;
}
.confirmation {
  padding: 5px 5px 5px 30px;
  background: url(/images/tick.png) no-repeat 5px 5px #f0f0f0;
  border: 1px solid #588526;
}
.confirmation p {
  margin: 8px 0;
}
.wish {
  width: 400px;
}
.wish select{
  width: 380px;
}
div.wish-index {
  float: left;
  width: 320px;
}
div.wish-index p.tip {
  margin: 0;
  padding: 0;
  color: #666;
}
ul.wish {
  padding: 0;
}
ul.wish li {
  list-style: none;
  padding: 0;
}
ul.wish label {
  padding: 0;
  display: inline;
}
.wish-other {
  margin: 0 50px 0 auto;
  width: 400px;
}
.buy-to-wish {
  float: right;
  width: 420px;
}
.buy-intro {
  margin-right: 478px;
  position: relative;
}
.buy-intro img.verisign {
  position: absolute;
  top: 125px;
  left: 270px;
}
.buy-intro p {
  color: #333;
}
.buy-intro li {
  font-size: 14px;
  padding: 3px 0;
}
.buy-intro li strong {
  padding: 2px 3px;
  background: yellow;
  font-weight: normal;
}