/* CSS Document */

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
	line-height: 18px;
}

.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ff7700; line-height: 18px; }
.style4 {color: #ff7700}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}

.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ff7700; line-height: 18px; font-weight: bold; }

.style7 {color: #887DB2}
.style8 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #887DB2; line-height: 18px; }

.style9 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #887DB2;; line-height: 18px; font-weight: bold; }

.style10 {color: #98d257}

.style11 {
	color: #98d257;
	font-weight: bold;
}

.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #98d257;; line-height: 25px; font-weight: bold; }

.style13 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #98d257;; line-height: 18px; }


.style14 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
}

.style15 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ccc;
}

.style16 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #ff7700;; line-height: 25px; font-weight: bold; }


a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #ff7700;
	text-decoration: none;
}



.calendarBG {
 background-color: #fff;
}

.calendarBlank {
 background-color: #fff;
}

.calendarHeader {
font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-size:         11px; 
 color: #999;
 text-align: center;
 background-color: #fff;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         10px;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #999;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #999;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #999;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:   #ff7700;
 background-color:  transparent;
}

.calendarDayHeading {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:	11px;
 color: #ccc;
 background-color: #fff;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #fff;
 background-color: 	#feda00;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #bfbfbf;
 background-color:  #fff;
}

.calendarCell a {
 color:             #98d257;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarCell a:visited {
 color:             #98d257;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #ff7700;
 text-decoration:   none;
 background-color:  transparent;
}




/***************************************
 *  Sample CSS file for custom stores  *
 *                                     *
 *          NeoFlix.com, 2008          *
 *                                     *
 ***************************************/


/* 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-family: "Courier New", Courier, monospace;
    font-weight: bold;
    font-size: 120%;
    color: #000000;
  }

  .page-title{
    font-family: "Courier New", Courier, monospace;
    color: #000000;
    font-weight: bold;
  }
}

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


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

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

fieldset {
  border-style: none;
}

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


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

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

/* div for custom header image */
#ucart #headerImage {
  text-align: center;
  margin: 0em;
}
/* 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 0px;
}

/* title row for box-table */
.box-table-title {
  
  padding: 3px 5px 3px 10px;
  background-color: #ddd;
  color: #fff;
  font-family: 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 store */
.box-table-bottom-border {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e4e9ef;
}

/* table cell*/
.box-table-cell {
  padding: 5px 0px 5px 10px;
  color: #999;
  background-color: #ffffff;
}

/* 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: #ffffff;
  text-align: left;
}

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


/* RECEIPT */
td.receipt {
  font-family: "Courier New", Courier, monospace;
  text-align: left;
  padding-right: 1em;
  vertical-align: top;
}

td.receipt_r {
  font-family: "Courier New", Courier, monospace;
  text-align: right;
  padding-left: 1em;
}

th.receipt {
  font-family: "Courier New", Courier, monospace;
  font-weight: normal;
  text-align: left;
  padding-right: 1em;
  border-style: solid;
  border-color: black;
  border-width: 0px;
  border-bottom-width: 1px;
}
/* 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: #ff6600;
  text-decoration: underline;
}

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

/* publish date on the View Trailer page */
.publish-date-right {
  padding: 5px 5px 5px 5px;
  color: #848484;
  font-family: 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-family: Arial, Helvetica, sans-serif;
}

/* all buttons except for "ADD TO CART" */
.submit-but {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #ff6600;
  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: #ff6600;
  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;
}

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

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

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

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

a.toplinks:visited, a.toplinks:hover {
  color: #ff6600;
}
/* OTHER - END */

