/* MEDIA SELECTORS */
@media print {
  .noprint {
    display: none;
  }

  .noscreen {
    display: block;
  }

  td.receipt {
    font-size: 150%;
  }

  td.receipt_r {
    font-size: 150%;
  }

  th.receipt {
    font-size: 150%;
  }

  .box-title {
    font:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 120%;
    color: #666666;
  }

  .page-title{
    font:Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    font-weight: bold;
  }
}

@media screen {
  .noscreen {
    display: none;
  }
}
/* MEDIA SELECTORS - END */


/* COMMON ELEMENTS */
table {
  font:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

input, select, textarea {
  font:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

fieldset {
  border-style: none;
}

a, a:visited {
  color: #d10404;
  text-decoration: none;
  border-style: none;
}

a:hover {
  color: #666666;
}

img {
  border-style: none;
}
/* COMMON ELEMENTS - END */


/* CUSTOM STORE OUTLINE */
/* body */
#ucart {
  background-color: #ffffff;
  margin: .5em;
}

/* main table in the middle */
#ucart #container {
  border: 0px solid #884c4c;
}

/* div for custom header image */
#ucart #headerImage {
  text-align: center;
  margin: 0.5em;
}
/* CUSTOM STORE OUTLINE - END */


/* TABLES */
/* General table with header, used to display categories, cart contents, payment methods */
.box-table {
  background-color: #ffffff;
  border: #e4e9ef solid 1px;
}

/* title row for box-table */
.box-table-title {
  padding: 3px 5px 3px 20px;
  background-color: #2e2e2e;
  color: #ffffff;
 font:Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

/* title text container */
.box-title {
  position: static;
  float: left;
  font-size: 16px;
}

/* delimiter between categories in the store */
.box-table-bottom-border {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e4e9ef;
}

/* table cell*/
.box-table-cell {
  background-color: #f9fafb;
}

/* cart summary cells */
.totalCell {
  font-weight: bold;
}

/* labels for product attributes (genre, price, duration etc.) on the View Product page */
.box-table-cell-left {
  background-color: #f9fafb;
  text-align: left;
}

/* table cell between header and footer, where all content is placed */
.main-cell {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
}

/* Cart column titles (Product, Quantity, Price etc. ) */
.cart-header {
  background-color: #f9fafb;
  text-align: center;
}
/* TABLES - END */


/* RECEIPT */
td.receipt {
 font:Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  padding-right: 1em;
  vertical-align: top;
}

td.receipt_r {
  font:Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
  padding-left: 1em;
}

th.receipt {
  font:Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: left;
  padding-right: 1em;
  border-style: solid;
  border-color: black;
  border-width: 0px;
  border-bottom-width: 1px;
}

/* "Thank you for ordering" on the top of receipt */
.thankyou {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
/* RECEIPT - END */


/* OTHER */
.centered {
 text-align: center;
}

.centered_padded {
 text-align: center;
 padding-bottom: 0.5em;
}

/* red mark for the requred fields */
.important {
  color: #ff0000;
  font-style: normal;
  padding-left: 0.5em;
}

/* link to product's website on the View Product page */
a.movofsite, a.movofsite:visited, a.movofsite:hover {
  color: #d10404;
  text-decoration: none;
}

/* titles for pages and main sections */
.page-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
 }

/* publish date on the View Trailer page */
.publish-date-right {
  padding: 5px 5px 5px 5px;
  color: #848484;
 font:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  vertical-align: middle;
  text-align: right;
}

/* table titles on the View Trailer page */
 .right-box-title {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding: 3px 0px 3px 5px;
  background-color: #e4e9ef;
 font:Verdana, Arial, Helvetica, sans-serif;
}

/* all buttons except for "ADD TO CART" */
.submit-but {
 font:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #000000;
  text-transform: uppercase;
  color: #ffffff;
  border: 0px;
  width: 123px;
  cursor: pointer;
}

/* "ADD TO CART" button */
a.addlink, a.addlink:hover, a.addlink:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;

  padding: 1px 3px 1px 24px;
  margin-left: 5px;
  margin-right: 5px;

  width: 80px;
  display: block;

  background-color: #000000;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url('http://www.neoflix.com/images/cart.gif');
}

/* text inputs on the ordering page */
.text {
  font-size: 10pt;
}

/* product title in the store */
.title-store {
  font:Verdana, Arial, Helvetica, sans-serif;
}

/* product title in the cart */
.title-cart {
  font-family: Arial, Helvetica, sans-serif;
}

/* store navigation links */
.toplinks {
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a.toplinks:visited, a.toplinks:hover {
  color: #d10404;
}

a.orange, a.orange:visited {
  color: #d10404;
  text-decoration: underline; 
}
a.orange:hover {
  text-decoration: none;
}

.steps {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;  
}

a.delete {
  display: block;
  height: 20px;
  width: 20px;
  background-position: 0px -20px;
  background-repeat: no-repeat;
  
  background-image: url('../images/delete.png');
}
a.delete:hover {
  background-position: 0px -80px;
}
/* OTHER - END */