body {
  font-family: "Roboto", sans-serif;
  font-size: 12pt;
  color: #333;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

a {
  color: #3af;
}

a.btn {
  color: #fff;
}

a.btn:visited {
  color: #fff;
}

a.btn-default {
  color: #000;
}

a.btn-default:visited {
  color: #000;
}

a:visited {
  color: #369;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, h7 {
  color: #3af;
  font-family: "Roboto", sans-serif;
}

hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #ccc;
}

form {
  margin: 0;
  padding: 0;
}

#wrap, #wraptop, #wrapbottom {
  margin: 0 auto 0 auto;
  max-width: 1035px;
  background-color: #fff;
  padding: 10px 15px 10px 15px;
}

#maincontent {
  float: left;
  width: 660px;
}

#sidebar {
  float: right;
  width: 336px;
  text-align: center;
  line-height: 0;
}

#topnav {
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  background-color: #39f;
  border-bottom: 2px solid #28e;
  text-align: left;
}

#topnav .left {
  float: left;
}

#topnav .right {
  float: right;
}

#topnav a {
  color: #fff;
  text-decoration: none;
}

#topad {
  background-color: #333;
}

#header {
  margin: 0 0 10px 0;
}

#header #logo {
  float: left;
  margin-right: 10px;
}

#header .appheading {
  font-size: 200%;
  font-weight: bold;
  float: right;
  text-align: left;
  margin-top: 0;
  max-width: 750px;
}

#header .appdescription {
  float: right;
  text-align: left;
  font-size: 80%;
  max-width: 750px;
}

#header .pagedescription {
  padding: 20px;
  text-align: center;
  font-size: 120%;
  font-family: "Georgia", serif;
  font-style: italic;
  background-color: #ffe;
  border: 1px dotted #cc9;
  border-radius: 5px;
  max-width: 688px;
  min-height: 50px;
  float: right;
}

#header h1 {
  margin: 10px 0 5px 0;
  padding: 0;
  line-height: 1em;
}

#header p {
  margin: 0;
  padding: 0;
}

#header .pagetitle {
  display: inline;
}

#header .pagetitle h1 {
  display: inline;
}

#stuffcount {
  text-align: right;
  float: right;
  font-size: 90%;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  width: 500px;
}

#footer {
  margin: 20px 0 0 0;
  text-align: center;
}

#extrastuff {
  background-color: #333;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 20px;
  border-top: 3px solid #39f;
  border-bottom: 5px solid #39f;
}

#extrastuff .inner {
  width: 970px;
  margin: 0 auto;
}

#extrastuff .inner>div {
  width: 600px;
  line-height: 1.75em;
  float: left;
}

#extrastuff a {
  color: #fff;
}

#signout {
}

/**
 *
 * Home page
 */
body.homepage h2 {
  margin: 0 0 15px 0;
}

body.wide-content #maincontent {
  width: 100%;
}

body.homepage .twocolumn .leftcolumn {
  width: 644px;
  padding: 0;
  margin: 0 20px 0 0;
  border: none;
}

body.homepage .twocolumn .rightcolumn {
  width: 336px;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
}

.social-panel {
  margin: 0 0 25px 0;
}

.social-panel .network {
  margin: 0 0 10px 0;
}

.social-panel .network:last-child {
  margin: 0;
}

#featuredapps a:first-child {
  margin-right: 20px;
}

#jump-to {
  float: right;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 10px;
  width: 320px;
}

.menu li:first-child { padding-left: 0; }
.menu li:last-child { padding-right: 0; }

.menu h3 {
  margin: 0 0 2px 0;
  padding: 0;
  font-weight: bold;
  font-size: 1em;
}

.menu h3 a {
  color: #33aaff;
}

.menu p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

/**
 *
 * Contest
 *
 */
#contest {
  margin: 0 0 20px 0;
}

#contest {
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ccc;
}

#contest .post {
  margin: 0 0 10px 0;
}

#contest .post h3 {
  margin: 0 0 2px 0;
  padding: 0;
  font-weight: bold;
}

#contest .post p {
  margin: 0;
  padding: 0;
}

#contest .post .date {
  color: #999;
}

#contestentryform {
  padding: 5px 15px 5px 15px;
  background-color: #ffe;
  border: 3px dashed #eee;
}

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

.contestthumbs .thumbnail {
  position: relative;
  float: left;
  width: 250px;
  height: 250px;
  text-align: center;
}

.contestthumbs .thumbnail .award {
  position: absolute;
  top: 5px;
  right: 30px;
  z-index: 1;
}

.awardheading {
  font-size: 200%;
  font-family: georgia;
  font-weight: bold;
  color: #000;
}

.awardheading .award {
  padding: 0 20px 20px 20px;
}

.contestdescription {
}

.copyrightnotice {
  font-size: 0.8em;
  padding: 0 0 2em 0;
}

#loading_toy {
  padding: 4em 0 4em 0;
  text-align: center;
}

/**
 *
 * Utility
 *
 */
tr.alt {
  background-color: #eee;
}

.plain {
  text-decoration: none;
  font-weight: normal;
  font-style: none;
}

.bold {
  font-weight: bold;
}

.appicon {
  margin: 0 10px 0 0;
}

.important {
  font-size: 120%;
  font-weight: normal;
  background-color: #f6f6f6;
  padding: 8px;
  border: 1px solid #777;
}

.important2 {
  font-weight: bold;
  font-size: 110%;
  background-color: #fff;
}

.error {
  font-weight: bold;
  color: #900;
}

.success {
  font-weight: bold;
  color: #090;
}

.disabled {
  color: #ccc;
}

.important-note {
  background-color: #c00;
  color: #fff;
  font-weight: bold;
}

.messages {
  margin: 1em 0;
}

.warning {
  border-top: 2px solid #3af;
  border-bottom: 2px solid #3af;
  background: url(/img/ui/warning.png) no-repeat center left #fff;
  background-color: #fff;
  padding: 10px 10px 10px 60px;
  text-align: left;
  font-size: 1.1em;
}

.testimonial {
  font-family: Georgia, Times New Roman, serif;
  font-size: 150%;
}

.big {
  font-size: 130%;
}

.explanation {
  line-height: 1.5em;
}

.smallmessage {
  font-size: 85%;
  text-align: center;
}

.small {
  font-size: 0.8em;
}

.tiny {
  font-size: 0.7em;
}

.hidden {
  display: none;
}

.flickrPink {
  color: #f5c;
}

.flickrBlue {
  color: #0063dc;
}

.orderstatusonhold {
  color: #900;
}

.orderstatusbilled {
  color: #090;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.hangingindent {
  margin: 0 0 0 22px;
  text-indent: -22px;
}

.hide {
  display: none;
}

.clear {
  clear: both;
  height: 1px;
}

.nowrap {
  white-space: nowrap;
}

.red {
  color: #c00;
}

.label, label {
  font-weight: bold;
}

.optiongroup label, .radiogroup label, .optiongroup .label, .radiogroup .label {
  font-weight: normal;
}

.radiogroup {
}

.optiongroup {
  display: block;
  margin: 5px 5px 5px 25px;
}

.optiongroup p {
  margin: 0 0 5px 0;
  padding: 0;
}

.footnote {
  font-size: 0.8em;
  color: #aaa;
}

.required {
  color: #333;
}

.helpbubble {
  display: inline;
  position: absolute;
  margin: -10px 0 0 5px;
  width: 200px;
  padding: 5px;
  border: 1px solid #eee;
  background-color: #fffff9;
}

.thumbnailimages div.thumbnail {
  float: left;
  text-align: center;
  padding: 0;
  margin: 0 10px 10px 0;
  font-size: 75%;
}

.thumbnailimages div.thumbnail img.thumbnail {
  border: 1px solid #ccc;
  margin: 0 0 2px 0;
}

.box {
  padding: 10px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
}

.box h1, .box h2, .box h3 {
  padding-top: 0;
  margin-top: 0;
}

.box h3 {
  position: relative;
}

.howtomovie {
  float: left;
  margin: 0 20px 0 0;
}

.howtomovie h2 {
  color: #333;
  font-size: 100%;
  margin: 0 0 5px 0;
}

.dialogbox {
  font-size: 0.8em;
  position: absolute;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #eee;
}

.dialogbox a {
  color: inherit;
}

.dialogbox-title {
  padding: 5px;
  margin: 0 0 10px 0;
  font-weight: bold;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.twocolumn .leftcolumn {
  float: left;
  width: 450px;
  border-right: 1px solid #eee;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}

.twocolumn .rightcolumn {
  float: left;
  width: 450px;
}

.twocolumn .leftcolumn h2 {
  padding-top: 0;
  margin-top: 0;
}

.twocolumn h2 {
  padding-top: 0;
  margin-top: 0;
}

/**
 *
 * Admin
 *
 */
.dashboard-panels {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.dashboard-panels .panel {
  float: left;
  position: relative;
  margin-left: 10px;
  width: 243px;
  height: 225px;
  font-size: 80%;
}

.dashboard-panels .panel p {
  margin: 0;
  padding: 0;
}

.dashboard-panels .panel:first-child {
  margin-left: 0;
}

.profit-est {
  background-color: #eee;
}

.profit-low {
  background-color: #fcc;
}

.profit-hi {
  background-color: #cfc;
}

.row-normal {
}

.row-alt {
  background-color: #eee;
}

.row-low {
  background-color: #fee;
}

.row-hi {
  background-color: #efe;
}

.row-hi2 {
  background-color: #cfc;
}

.row-hi5 {
  background-color: #9f9;
}

#usagegraph {
  font-size: 75%;
}

.row0 {
}

.row1 {
  background-color: #eeeeee;
}

/**
 *
 * Color picker
 *
 */
.colorpicker {
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 5px 0;
}

.colorpicker:hover {
  text-decoration: none;
}

.colorpicker-input {
  opacity: 0.5;
  display: inline-block;
  width: 75px;
  padding: 3px;
  height: 25px;
  position: relative;
  top: -3px;
}

.colorpicker-input:focus {
  opacity: 1.0;
}

#colorPickerDialog {
  position: absolute;
  display: inline;
  margin: -75px 0 0 -75px;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0 0 20px 0;
  z-index: 100;
  visibility: hidden;
}

#colorPickerShim {
  position: absolute;
  display: inline;
  margin: -76px 0 0 -76px;
  border: 0;
  background-color: #fff;
  padding: 0 0 20px 0;
  z-index: 99;
  visibility: hidden;
  width: 154px;
  height: 174px;
}

#colorPickerDialog td {
  padding: 0;
  margin: 0;
  border: 1px solid #000;;
}

#colorPickerDialog a {
  font-size: 60%;
  width: 100%;
}

/**
 *
 * Apps
 *
 */
#resultframe {
  text-align: center;
}

#resultimage {
  padding: 0px;
  border: 1px solid #ccc;
}

.sampleimage {
  float: right;
  margin: 0 0 0 20px;
}

input.tiny {
  font-size: 80%;
}

input[type="checkbox"] {
  margin: 0 5px;
}

input[type="file"] {
  display: inline;
}

.input-mini { width: 60px; }
.input-small { width: 90px; }
.input-medium { width: 150px; }
.input-large { width: 210px; }
.input-xlarge { width: 270px; }
.input-xxlarge { width: 530px; }

/**
 *
 * Profile
 *
 */
#recentcontent img {
  padding: 4px;
  border: 1px solid #ccc;
}

#recentcontent td {
  padding: 0.5em;
  border-bottom: 1px dotted #ccc;
}

/**
 *
 * Survey
 *
 */
#survey {
  border: 2px solid #ccc;
  color: #333;
  padding: 8px;
  font-size: 90%;
  background-color: #eee;
  text-align: left;
  margin-top: 4px;
}

#survey h1, #survey p {
  font-size: 100%;
  margin-top: 0;
  padding-top: 0;
}

#survey li {
  margin-left: -1em;
}

/**
 *
 * Products
 *
 */
.producttitle {
  color: #000;
  font-weight: bold;
}

.productprice {
  color: #090;
  font-weight: bold;
}

.productprice s {
  color: #999;
  text-decoration: line-through;
}

.product-info {
  overflow: hidden;
  width: 100%;
  clear: both;
  margin: 1em 0;
}

.product-info .description {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  width: 60%;
}

.product-info .price {
  font-weight: bold;
  color: #090;
  margin: 1em 0;
}

.product-info .photo {
  float: right;
  text-align: right;
  width: 40%;
}

h2.buybutton {
  color: #000;
  background-color: #ffe;
  padding: 5px;
}

.buybutton {
  margin: 10px;
  font-size: 1.1em;
}

#javascriptrequired {
  font-weight: bold;
  font-size: 120%;
  border: 2px solid #090;
  background-color: #cfc;
  padding: 16px;
  color: #000;
  text-align: center;
}

.buddyicon {
  border: 1px solid #ccc;
  margin: 4px;
  padding: 0;
}

#recentvisitors {
  text-align: center;
}

#recentvisitors h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

#recentvisitors img {
}

/**
 *
 * Sidebar
 *
 */
.sidebarbox {
  background: url(/img/ui/sidebarbox-bg.png) bottom center repeat-y;
  padding: 2px 10px 2px 10px;
  font-size: 85%;
  width: 140px;
}

.sidebarboxtop {
  background: url(/img/ui/sidebarbox-top.png) bottom center no-repeat;
  height: 12px;
  width: 160px;
}

.sidebarboxtopad {
  background: url(/img/ui/sidebarbox-top-ad.png) bottom center no-repeat;
  height: 12px;
  width: 160px;
}

.sidebarboxbottom {
  background: url(/img/ui/sidebarbox-bottom.png) top center no-repeat;
  height: 12px;
  margin-bottom: 5px;
  width: 160px;
}

.sidebarbox2 {
  margin: 0 0 10px 0;
  width: 160px;
}

#create-spinner {
  font-style: italic;
  text-align: center;
  margin: 1em 0;
  padding: 5px;
  display: block;
}

#bulkorderform {
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  padding: 5px 10px 5px 10px;
  margin: 10px 0 10px 0;
}

#bulkorderform input {
  background-color: #ffe;
  border: 1px solid #999;
}

.savedimages div.thumbnail {
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #eee;
  height: 90px;
}

.savedimages div {
  padding: 0 0 2px 0;
}

.savedimages .label {
  width: 90px;
  float: left;
}

.savedimages input {
  width: 600px;
}

.savedimages div.thumbnail img.thumbnail {
  float: left;
  margin: 0 10px 0 0;
}

.highlightedpref {
  font-weight: bold;
  color: #090 !important;
  text-transform: uppercase;
}

/**
 *
 * Shoebox
 *
 */
#imagechooser {
  clear: both;
  margin: 10px 0;
  padding: 0;
  font-weight: bold;
  width: 100%;
}

#imagechooser-popup {
  z-index: 999;
  position: absolute;
  width: auto;
  height: auto;
  background-color: #fff;
  padding: 0;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 10px #000;
}

#imagechooser, #imagechooser .panel {
  margin: 0;
}

#imagechooser-tab {
  font-weight: normal;
  padding: 5px;
  margin-top: 5px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
}

#imagechooser-tab p {
  padding: 5px 0 5px 0;
  margin: 0;
}

#imagechooser-message {
  float: right;
  font-weight: bold;
  color: #090;
  padding: 5px;
}

.shoebox-photos {
  width: 530px;
  height: 75px;
  overflow: hidden;
  white-space: nowrap
}

.shoebox-photos img {
  width: 75px;
  height: 75px;
  margin: 0;
  padding: 0;
}

.shoebox-controls {
  text-align: center;
  font-size: 90%;
}

.shoebox-left, .shoebox-right {
  min-width: 30px;
}

#orderhistory {
  width: 100%;
  border-collapse: collapse;
}

#orderhistory th {
  background-color: #eee;
  padding: 5px;
  text-align: left;
}

#orderhistory td {
  padding: 5px;
  border-bottom: 1px solid #eee;
}

.uploadwidget {
  margin: 1em 0
}

.uploadwidget .btn, .uploadwidget .btn-group {
  margin: 0 1em;
}

.uploadwidget .btn-group>.btn {
  margin: 0;
}

.uploadwidget table {
  margin: 0 auto;
}

h3.accordion {
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

div.accordion p {
  padding: 0 25px 10px 25px;
  margin: 0;
  line-height: 1.5em;
}

.ordereditform {
  padding: 10px;
  background-color: #fafafa;
  width: 500px;
  position: absolute;
  top: 200px;
  left: 250px;
  border: 5px solid #ccc;
  z-index: 20;
}

/**
 *
 * FAQ
 *
 */
.faqsection {
  font-size: 85%;
  margin: 0 0 0 20px;
}

.faqsection h3 {
  font-weight: bold;
  color: #000;
}

.faqsection h4 {
  font-weight: bold;
}

.faqsection .faqanswer {
  margin: 0 20px 0 20px;
}

/**
 *
 * DNA
 *
 */
.dnaheading {
  font-weight: bold;
  padding: 5px 5px 2px 0;
  border-bottom: 2px solid #eee;
  text-transform: lowercase;
}

.dnasection {
  margin: 0 0 0 20px;
}

.dnasection p {
  margin: 0;
  padding: 0 0 5px 0;
}

.dnasection a {
  font-size: 85%;
}

.dnasection .label {
  font-size: 100%;
  font-weight: bold;
}

.dnasection .value {
}

.dnasection .thumbnail {
  margin: 0 5px 5px 0;
  border: 1px solid #ccc;
  padding: none;
  display: inline;
}

.dnasection .icon img {
  padding: 4px 10px 0 0;
}

.dnablock {
  float: left;
  width: 316px;
  margin-right: 10px;
}

.dnablock:last-child {
  margin-right: 0;
}

.dnablock .set {
  background: top left url(/img/ui/set_case.gif) no-repeat;
  position: relative;
  float: left;
  width: 91px;
  margin: 0 20px 5px 0;
}

.dnablock .set img {
  margin: 7px 0 12px 7px;
  border: 1px solid #000;
}

.dnablock .set p {
  text-align: center;
  padding: 0;
  margin: 0;
}

.dnablock .set .thumbnail {
  padding: 0;
}

.dnablock .contact {
  float: left;
  margin: 0 5px 5px 0;
}

.dnasection .tags {
  line-height: 30px;
}

.dnasection .tags a {
  text-decoration: none;
}

.dnagraph {
  margin: 10px 0 0 0;
  border-collapse: collapse;
}

.dnagraph .bar {
  width: 12px;
  margin: 0 2px 0 0;
  padding: 0;
  background-color: #69c;
  font-size: 0%;
}

.dnagraph .bottomborder {
  border-bottom: 1px solid #ccc;
}

.dnagraph .leftborder {
  border-right: 1px solid #ccc;
}

.dnagraph td {
  font-size: 80%;
}

.dnagraph th {
  padding: 0 0 10px 0;
}

/**
 *
 * Bamboo
 *
 */
.pandablock {
  float: left;
  width: 220px;
  margin: auto;
}

.pandablock .thumbnail {
  float: left;
  margin: 0 5px 5px 0;
  font-size: 0.6em;
  text-align: center;
  border: 0;
  padding: 0;
  width: 65px;
}

.pandablock img {
  border: 1px solid #ccc;
  width: 58px;
}

.linkcodefield {
  padding: 2px;
  border: 1px solid #ccc;
}

/**
 *
 * Fortune
 *
 */
#fortune {
  padding: 16px 0 0 0;
  text-align: center;
}

#fortune table {
  width: 100%;
}

#fortune td {
  text-align: center;
}

#fortune img {
  padding: 4px;
  border: 1px solid #ccc;
}

#fortune .credit {
  padding: 2px 0 4px 0;
  margin: 0;
  font-size: 80%;
}

#fortune .wisdom {
  font-size: 130%;
  color: #f5c;
}

#fortune .tags {
  font-size: 80%;
  font-variant: uppercase;
}

.postcardlabel {
  font-size: 85%;
  font-weight: bold;
  float: left;
  text-align: right;
  width: 75px;
  padding: 0 10px 0 0;
}

/**
 *
 * Photo browser
 *
 */
#pb p {
  margin: 0 0 5px 0;
  padding: 0;
}

#pb_photos {
}

#pb_photos img.draggable {
  width: 75px;
  height: 75px;
  display: block;
  float: left;
  cursor: pointer;
}

#pb_photos .set {
  background: top left url(/img/ui/set_case.gif) no-repeat;
  position: relative;
  float: left;
  width: 91px;
  height: 115px;
  margin: 0 20px 5px 0;
  overflow: hidden;
}

#pb_photos .set img {
  margin: 7px 0 12px 7px;
  border: 1px solid #000;
}

#pb_photos .set p {
  font-size: 7pt;
  text-align: center;
  padding: 0;
  margin: 0;
}

#pb_controls {
  font-size: 8pt;
}

#pb_controls .tabs a {
  padding: 5px;
}

#pb_controls .tabs a.selected {
  background-color: #69c;
  color: #fff;
  text-decoration: none;
}

#pb_throbber {
  text-align: center;
  padding: 10px;
}

#pb_uploadthrobber {
  text-align: center;
  padding: 5px;
}

#droptargets {
}

#droptargets p {
  margin: 5px 0 0 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #ccc;
  clear: both;
}

#droptargets div.droppable {
  border: 2px dashed #ccc;
  width: 75px;
  height: 75px;
  margin: 0 5px 5px 0;
  float: left;
}

#droptargets div.droppable img {
  cursor: pointer;
  position: relative;
}

/**
 *
 * Checkout
 *
 */
ul.profeatures, ul.featurechecklist {
  list-style-image: url(/img/ui/tick.png);
}

ul.profeatures li, ul.featurechecklist li {
  padding: 0 0 10px 0;
}

table#shoppingcart {
  border: 0;
  width: 600px;
  border-collapse: none;
}

#shoppingcart tr.alt {
  background-color: #fafafa;
}

#shoppingcart td {
  padding: 5px;
  vertical-align: top;
}

#shoppingcart .total {
  color: #090;
  font-weight: bold;
}

#shoppingcart #updatebutton {
  padding: 10px 5px 10px 5px;
}

#checkout-progress {
  margin: 10px 0;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

/**
 *
 * Error pages
 *
 */
body.error404 #header #logo {
  float: none;
  text-align: center;
}

body.error404 #maincontent {
  margin: 0 auto;
  width: 400px;
}

body.error404 #maincontent h1 {
  margin: 30px 0;
}

body.error500 #header #logo {
  float: none;
  text-align: center;
}

body.error500 #maincontent {
  margin: 0 auto;
  width: 400px;
}

body.error500 #maincontent h1 {
  margin: 30px 0;
}

/**
 *
 * Ads
 *
 */
.ad {
  text-align: center;
  margin: 20px 0 20px 0;
}

.ad125 {
  text-align: center;
  margin: 10px;
  border: 1px solid #ccc;
  width: 127px;
  float: left;
}

.adtop {
  text-align: center;
  margin: 0 0 20px 0;
}

#sidebar .ad {
  text-align: center;
}

.leaderboard-ad {
  margin: 10px 0 20px 0;
  max-height: 90px;
}
