/* NEOFLIX CSS */

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

  .noscreen {
    display: block;
  }

  td.receipt {
  }

  td.receipt_r {
  }

  th.receipt {
  }

  .box-title {
  }

  .page-title{
  }
}

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


/* COMMON ELEMENTS */
table {
}

input, select, textarea {
  font-size: 10pt;
}

fieldset {
  border-style: none;
}

/* COMMON ELEMENTS - END */


/* CUSTOM STORE OUTLINE */
/* body */
#ucart {
}

/* main table in the middle */
#ucart #container {
}

/* div for custom header image */
#ucart #headerImage {
}

/* CUSTOM STORE OUTLINE - END */

/* TABLES */
/* General table with header, used to display categories, cart contents, payment methods */
.box-table {
}

/* title row for box-table */
.box-table-title {
}

/* title text container */
.box-title {
  position: static;
  float: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #D3EEFB;
}

/* delimiter between categories in the store */
.box-table-bottom-border {
}

/* table cell*/
.box-table-cell p, .box-table-cell {
	font-size: 12px;
	line-height: 16px;
}

.box-table-cell {
	background-color: #4f5950;
padding: 2px;
}

/* cart summary cells */
.totalCell {
}

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

/* table cell between header and footer, where all content is placed */
.main-cell {
}

/* Cart column titles (Product, Quantity, Price etc. ) */
.cart-header {
}

/* TABLES - END */


/* RECEIPT */
td.receipt {
  text-align: left;
}

td.receipt_r {
  text-align: right;
}

th.receipt {
  text-align: left;
}

/* "Thank you for ordering" on the top of receipt */
.thankyou {
}
/* RECEIPT - END */

/* OTHER */
.centered {
}

.centered_padded {
}

/* red mark for the required fields */
.important {
  color: #ff0000;
  font-style: normal;
}

/* link to product's website on the View Product page */
a.movofsite, a.movofsite:visited, a.movofsite:hover {
}

/* titles for pages and main sections */
.page-title {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
 }

/* publish date on the View Trailer page */
.publish-date-right {
}

/* table titles on the View Trailer page */
}

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

/* "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: #323A33;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;

  padding: 5px;
  margin-left: 10px;
width: 85px;

  display: block;

  background-color: #85D3FF;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url('');
}

a.addlink:hover {
	color: #ffffff;
}


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

/* product title in the store */
.title-store {
}

/* product title in the cart */
.title-cart {
}

/* store navigation links */
.toplinks {
}

a.toplinks:visited, a.toplinks:hover {
}

td, tr {
	vertical-align: top;
	text-align: left;
}