/* Merged reset.css, typography.css among others. */

/* -------------------------------------------------------------- 
   Reset.css
   * Resets default browser CSS styles.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1; color: #333; background: white; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 0.12.0 */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}

ol,ul {list-style:none;}


/* -------------------------------------------------------------- 
   
   Typography.css
   * Sets some default typography.
  
-------------------------------------------------------------- */   

body {
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.5; /* Unitless for proper inheritance */
}
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  color:#666666; 
}

h1 {
	font-size: 24pt;
	font-weight:bold;
	color: #4d4d4d;
}
/***
h2 { font-size: 2em; }
h3 { font-size: 1.5em; line-height:2; }
h4 { font-size: 1.2em; line-height:1; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }
***/

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em 0;}
p.last      { margin-bottom:0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin: 0 0 1.5em 1.5em; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

a           { color: #4c4c4c; text-decoration: none; font-weight: bold; outline: none; }
a:hover     { color: #69b521;}

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }


/* Forms
-------------------------------------------------------------- */

label     { font-weight: bold; }
textarea  { height: 180px; width: 300px; }


/* Some default classes
-------------------------------------------------------------- */

p.small   { font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.875em; }
p.large   { font-size: 1.2em; line-height: 2.5em; }
p.quiet   { color: #666; }
.hide     { display: none; }


/* Small text
-------------------------------------------------------------- */

p.incr, .incr p {
	font-size: 0.83333em; /* font size 10px */
	line-height: 1.44em;  
	margin-bottom: 1.8em; /* Still 1.5 x normal font size as baseline */
}

/*** Header ***/
.nav {
  height: 70px;
  color: #666;
  background-color: #fff;
}
.nav form {
  margin-top: -7px;
}
.nav input {
  float: right;
}
.nav input.search {
  padding: 1px;
  width: 130px;
  margin-right: -2px;
  border: 1px solid #dedede;
}
.nav ul.links {
  margin: 0;
  padding: 0;
  height: 70px;
}
.nav ul.links li {
  float: left;
  /*font-size: 14px;*/
  display: inline;
  padding-bottom: 0;
  margin-top: 30px;
  margin-right: 25px;
  vertical-align: middle;
  line-height: 1; /* needed to keep nav aligned in IE */
}
/*.nav ul.links li a {
  color: #555;
}*/
/*.nav ul.links li a:hover {
  color: #bdbdbd;
}*/
.subnav a {    
  display: inline;
  height: auto;
  line-height: normal;
  text-align: left;
  padding: 0;
}

.subnav ul {
  display: block;
  padding-top: 10px;
}
.subnav li {
  display: inline;
  text-align: center;
  padding-left: 10px;
}


/*** Content ***/
.callout {
  position: relative;
  float: left;
  width: 295px;
  margin: 0;
  margin-top:-1px;
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  margin-bottom:20px;
  min-height: 140px;
  height: auto !important;
  height: 140px;
  padding-right:3px;
}
.callout h3 {
  position: relative;
  width: 145px;
  min-height: 88px;
  height: auto !important;
  height: 88px;
  float: left;
  margin-bottom:0;
  padding-bottom:0;
}
.callout * {
  width: 135px;
  float: right;
}
.callout * * {
  width: auto;
  float: none;
}
.callout-header {
  font-size: 18px;
  color: #555;
}
.callout-header-home {
  font-size: 18px;
  margin-bottom:10px;
}
.callout-header-home a {
  color: #999;
}
.callout-header-home a:hover {
  color: #69b521;
  text-decoration:none;
}
.callout-text {
  float:right;
  width:47%;
  min-height: 88px;
  height: auto !important;
  height: 88px;
  margin-top:10px;
}
.callout-playlist-container {
  clear:left;
  width:141px;
  float:left;
  padding-left:5px;
  margin-bottom:0;
  margin-top:0;
  padding-top:2px;
}
.callout p span {
  display: block;
}
/*** main show page ***/
.headliner {
  display: block;
  width: 900px;
  height: 350px;
}
.headliner2 {
  display: block;
  height: 400px;
  background-color: #B5D0DF;
}
.desc-full {
  float:right;
  margin-top:30px;
  height:277px;
  width: 250px;
  text-align:left;
  padding:0;
  padding-right:15px;
  margin-left:25px;
  z-index:10;
  overflow:auto;
  opacity: 0.95;
  -moz-opacity: 0.95;
  filter: alpha(opacity=95);
}
.desc-full h1 {
  font-size: 24px;
  font-weight: bold;
}
.desc-full h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 7px;
}
.desc-full p {
  font-weight:normal;
  font-size:12px;
  margin-top:10px;
}
/*** Show Browse Pages ***/
li.current_show {
  list-style-image: url(/images/on-air-now.gif);
}

/*** more details ***/
.details-bg {
  background: url(  "../images/bg-show_details.gif" ) top left repeat-x;
  margin-top: 15px;
  padding: 15px 0;
}
.details-bg-container {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 5px;
  margin-bottom: 10px;
  width: 95%;
  min-height: 25px;
  height: auto !important;
  height: 25px;
}
.details {
  clear: both;
}
.details .plot {
  line-height: 1.3em;
  height: auto;
  margin-top: 6px;
}
.details .label {
  display: block;
  width: 25%;
  float: left;
  margin-right: 10px;
  font-weight: bold;
  color: #4C4C4C;
  overflow: hidden;
  margin-bottom:5px;
}
.details .info {
  display: block;
  width: 70%;
  float: left;
  clear: right;
  font-weight: normal;
  color: #4C4C4C;
  margin-bottom:5px;
}

.details .cast .label {
  width: 46%;
}

.details .cast .info {
  width: 46%;
}

.playlist-box {
  position: absolute;
  top: 26px;
  right: 100px;
  width: 300px;
  z-index: 999;
  text-align: left;
}
.browse-box {
  position: absolute;
  top: 36px;
  left: 100px;
  width: 750px;
  z-index: 999;
  text-align: left;
}
.signin-box {
  position: absolute;
  top: 26px;
  right: 130px;
  width: 300px;
  z-index: 999;
  text-align: left;
}
.float-menu-title {
  font-size: 14px;
  padding: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #555;
  font-weight: bold;
  background-color: #fbfbfb;
}
.float-show-title {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
.float-show-title li {
  padding: 3px;
  margin:0;
  overflow: hidden;
}
.float-show-title li a {
  font-size:11px;
}
.browse-box, .signin-box p.close {
  margin-top: 20px;
  display: block;
}
.signin-box form {
  display: block;
  clear: right;
  float: none;
}
.float-menu-input {
  border: 1px solid #ddd;
  width: 28ex;
  margin-left: 10px;
}
.browse-box p {
  margin-bottom: 20px;
}
/*** watch page ***/
h3.reviews {
  font-size: 12px;
  display: inline;
  cursor: default;
}
.title {
  background: #fff url(  "../images/bg-player_title.gif" ) top left repeat-x;
}
.title h2 {
  font-size: 18px;
  color: #666666;
  padding: 0;
}
.title h3 {
  font-size: 14px;
  color: #bdbdbd;
}
.title h4 {
  font-size: 12px;
  color: #4d4d4d;
}
.title h5 {
  font-size: 10px;
  color: #bdbdbd;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  padding-bottom: 10px;
}

.title .show-name{
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #666666;
}

.title .description{
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #666;
}

.video-nav li {
  float: right;
  padding-top: 7px;
}
.video-nav a {
  display: block;
  height: 19px;
  width: 13px;
  background: url("/images/carousel-arrows.gif") top left no-repeat;
  margin: 0 2px;
  line-height: 19px;
}
.video-nav a.previous {
  background-position: 0;
  margin: 0 5px;
}
.video-nav a.previous:hover {
  background-position: -32px 0;
}
.video-nav a.next {
  background-position: -17px 0;
  margin: 0 5px;
}
.video-nav a.next:hover {
  background-position: -49px 0;
}
.video-nav a.disabled {
  opacity: 0.1;
  -moz-opacity: 0.1;
  filter: alpha(opacity=10);
}
/*** reviews ***/
.review-block {
  font-weight:normal;
}
.review-block-user {
  margin-top:5px;
  clear:left;
  padding-bottom:5px;
  overflow:hidden;
}
.review-block-float-left {
  font-weight:bold;
  font-size:16px;
  float:left;
  margin:0;
  padding:0;
  overflow:hidden;
}
.review-block-right {
  font-size:14px;
  color:#777;
  margin:0;
  padding:0;
  overflow:hidden;
}
.review-btm {
  padding-top: 5px;
  margin-top: 15px;
  border-top: 2px solid #ddd;
}
/*** season nav ***/
.season-nav ul {
  margin: 0;
  padding: 0;
  padding-left:1px;
  border-left: 1px solid #E5E5E5;
}

.season-nav ul li {
  border: 1px solid #E5E5E5;
  float: left;
  display: block;
  margin-left: -1px;
}

.season-nav ul.left li {
  margin-left: 0;
  margin-right: -1px;
}

.season-nav .season-list a {
  padding: 5px;
  padding-top:6px;
  padding-bottom:6px;
  line-height:2.3em;
  margin:-1;
  color: #A7A7A7;
  font-size: 11px;
}

.season-nav .season-list a:hover {
  background-color: #69B521;
  color: #FFFFFF;
  text-decoration:none;
}

.season-nav ul li.current,
.season-nav ul li.current:hover {
  border: none;
  background: url(  "../images/btn-season_on.jpg" ) top center no-repeat;  
  color: #666666;
  font-weight: bold;
  padding: 5px 5px 15px 5px;
}

.season-nav .np li {
  float: right;
}

/* This is to hide the <a> tag when it's left in for the selected item*/
.season-nav .current a {  
  line-height:1.5;
}

.season-nav .current a:hover {
  background-color: Transparent;
  color: #A7A7A7;
  cursor: default;
}

/*** season nav ***/
.popular-filter-nav ul {
  margin: 0;
  padding: 0;
  padding-left:1px;
  border-left: 1px solid #E5E5E5;
  margin-bottom:-1px;
}

.popular-filter-nav ul li {
  border: 1px solid #E5E5E5;
  float: left;
  display: block;
  margin-left: -1px;
}

.popular-filter-nav ul.left li {
  margin-left: 0;
  margin-right: -1px;
}

.popular-filter-nav .season-list a {
  padding: 7px 10px 7px 10px;
  line-height:2.4em;
  color: #A7A7A7;
  font-size: 11px;
}

.popular-filter-nav .season-list a:hover {
  background-color: #69B521;
  color: #FFFFFF;
  text-decoration:none;
}

.popular-filter-nav ul li.current,
.popular-filter-nav ul li.current:hover {
  border: none;
  background-color:#ddd;
  line-height:2.4em;
  font-size:11px;
  color: #666666;
  font-weight: bold;
  padding: 1px 4px 1px 4px;
}

.popular-filter-nav .np li {
  float: right;
}

.popular-filter-nav .current a:hover {
  background-color: Transparent;
  color: #A7A7A7;
  cursor: default;
}

/*** site map ***/
.sitemap-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-right: 40px;
  font-size: 16px;
  font-weight: bold;
}
.sitemap {
  margin: 10px;
  margin-bottom: 40px;
}
.sitemap li {
  margin: 10px;
}
.thumbnail {
  border: 1px solid #eee;
  padding: 0;
  width: 145px;
  height: 80px;
}
/*** profile ***/
.pagination {
  padding: 5px;
  background: #E5E5E5;
  width: 280px;
  margin-bottom: 20px;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination li {
  display: block;
  float: left;
  margin-left: 5px;
}
.profile-lists {
  position: relative;
  float: left;
  width: 398px;
  border: 1px solid #E5E5E5;
  padding:20px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
}
.private {
  background: #eee;
}
.profile-lists h3 {
  position: relative;
  width: 160px;
  float: left;
}
.profile-lists p {
  margin: 0;
  padding: 0;
}

/*** Feedback form ***/
#beta-blurb {
  text-align:right;
}
#beta-form {
  position:relative;
  top: -120px;
  left: -20px;
  width: 400px;
  padding: 0.5em;
  border: solid 1px #ddd;
  background-color: #fafafa;
  min-height: 120px;
  height: auto !important;
  height: 120px;
  z-index: 99;
}

#beta-form textarea {
  height: 85px;
}

#beta-sending {
  position: relative;
  text-align:center;
  width: 300px;
  padding: 0.5em;
  border: solid 1px #ddd;
  background-color: #fefefe;
}

#beta-form p {
  font-weight: bold;
  font-size: large;
}

#beta-form textarea {
  border: solid 1px #ddd;
  width: 95%;
  display: block;
  margin: 0em auto;
}

/*** Autocomplete List ***/

div.auto_complete {
  width: 400px;
  background: #fcfcfc;
  position: absolute;
  z-index: 999;
}

div.auto_complete ul {
  border: 1px solid #DDD;
  margin: 0;
  padding: 0px;
  width: 220px;
  list-style-type: none;
  background: #fcfcfc;
  color: #A7A7A7;  
}

div.auto_complete ul li {
  margin: 0;
  padding: 3px;
  text-align: left;
  font-size:12px;
}

div.auto_complete ul li.selected {
  background-color: #E2EFD5;
  color: #69B521;
}

div.auto_complete ul strong.highlight {  
  margin: 0;
  padding: 0;
}

/*** profile info ***/

.profile {
	background:#F8F8F8;
	border:1px solid #DFDFDF;
	padding:0px;
	margin-top:-1px;
	margin-bottom:20px;
}

.profile .box{
	padding:10px 0px 10px 10px;
	font-size:12px;
	line-height:1.8;
}

.profile .box strong {
	color:#555;
}
/*** collections ***/

.collections .callout {
	margin-right:10px;
}

.expire-warning {
  color:#999;
  font-size:11px;
  font-weight:normal;
}
.browse-popular-number {
  color:#fff;
  background:#888;
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter: alpha(opacity=80);
  position: absolute;
  width: 25px;
  height: 20px;
  top: 59px;
  left: 3px;
  padding:2px;
  font-weight:bold;
  text-align:center;
  overflow:hidden;
}

.browse-group-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-right: 40px;
  font-size: 18px;
  font-weight: bold;
}

.browse-group {
  margin-bottom:25px;
  margin-left:20px;
}

.browse-group li {
  margin:5px;
}
.browse-group li a {
  color: #4C4C4C;
}

.browse-group li a:hover {
  color: #69b521;
}

.flash-player-invalid {
  min-height: 200px;
  height: auto !important;
  height: 200px;
  background-color: #222;
  color: #fff;
  font-weight:bold;
  font-size:22px;
  margin:1em auto;
  width:800px;
  padding:30px 50px 30px 50px;
  text-align:left;
}

.flash-player-invalid a {
  color:#fff;
  text-decoration:underline;
}

/*** Links ***/
.playlist-link {
  color:#444;
  font-size:11px;
}
.playlist-link a {
  color:#444;
  font-size:11px;
}
.playlist-link a:hover {
  color:#69b521;
  text-decoration:none;
}

a.show-title { 
  color: #5588bb;
  font-size: 12px;  
  text-decoration: none;  
  outline: none;
}

a.show-title:hover {
  color: #5588bb;
  text-decoration:underline !important;
}
a.show-title-gray { 
  color: #444;
  font-size: 12px;  
  text-decoration: none;  
  outline: none;
}

a.show-title-gray:hover {
  text-decoration:underline !important;
}
.episode-title {
  color: #444;
  font-weight: normal;
  font-size: 12px;
  outline: none;
}

.episode-title:hover {
  color: #444;
}

a.utility-link {
  color: #5588bb;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  outline: none;
}

a.utility-link:hover {
  text-decoration: underline;
}

a.utility-link-sign, .sign-out-link a {
  color: #444;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  outline: none;
}

a.utility-link-sign:hover, .sign-out-link a:hover {
  color: #69b521;
}
a .utility-link .on-gray {
  color: #4C4C4C;
}

a.main-nav-link {
  color : #999;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}

a.main-nav-link:hover {
  color: #69b521;
}

a.footer-link {
  color : #999;
  font-size: 11px;
  font-weight:bold;
  text-decoration: none;
  outline: none;
}

a.footer-link:hover {
  text-decoration:underline;
  color: #69b521;
} 

.video-info {
  font-size:11px;
  color: #444;
}

.partner-list {
  width:20%;
  float:left;
  margin:10px;
  text-align:center;
  padding:10px;
  min-height:100px;
  height: auto !important;
  height:100px;
}

.partner-list div {
  border-top:1px solid #eee;
  padding-top:5px;
  margin-top:5px;
  font-size:14px;
  font-weight:bold;
  color:#222;
}
#new_review_form_errors {
  text-align:center;
  font-weight:bold;
  font-color:#555;
}
.review_star_rating {
  float:left;
  padding-left:20px;
  padding-top:2px;
  text-align:middle;
  color:#888;
  font-weight:bold;
}

/*** Results ***/

.leftnav {
	color: #4C4C4C;
}

.leftnav h2{
	color:#A7A7A7;
	font-weight: bold;
	margin-bottom: 5px;
}

.leftnav ul{
	padding: 0 0 10px 0;
	margin: 3px 0 3px 0;
}

.leftnav li{
  padding:4px 0 0 0;
  margin: 0;
  clear:both;
}

.leftnav li.on{
	list-style-type: disc;
}

.sort {
	height: 50px;
}

.sort ul {
	height: 50px;
	line-height: 50px;
}

.sort li{
	display:block;
	float:right;
	margin-right:10px;	
}

.sort li.last{
	margin-right:0;
}

/*** Filter List ***/

.filter-left {
  float:left;
  width:70%;
  padding-left: 5px;
}

.filter-right {
  float:right;
  width:15%;
  text-align:right;
  padding-right: 5px;
}

.filter-item {
  overflow: hidden;
  width: 100%;    
}

.filter-item,
.filter-item a {
  font-size: 12px;
  color: #A7A7A7;
  font-weight: normal;
}

.filter-item a {
  cursor: pointer;
  width:100%;
  padding-left:5px;
  display:block;
}

.filter-selected .filter-item,
.filter-selected .filter-item:hover {  
  font-weight: bold;
  color: #666666;
  background-color: #dddddd;
  text-decoration:none;
}

.filter-item a:hover {
  color: #69B521;
  background-color: #E2EFD5 !important;  
  text-decoration:none;
}


/*** for thumbs listing ***/

.results {
  clear:both;
  width:99%;
}
.results tr.thumbs {
	padding: 0;
  margin: 0;
}

.results tr.thumbs td {
	width:320px;
	padding: 15px;
	margin: 0;
	border: 1px solid #E5E5E5;
}

.results tr.thumbs td h3{
  position: relative;
	display:block;
	float: left;
	margin-left: 5px;
}
.results tr.thumbs td p span {
  display:block;
}

/*** for list listing ***/

.results ul.list {
	clear:both;
	margin: 0;
	padding: 0;
}

.results ul.list li  {
  display: block;
	float:left;
	width:200px;
	margin: 0 25px 20px 0;
}

.results ul.list li p {
    margin: 0 0 5px 0;
}

.results ul.list li h3 {
	width:200px;
	height:120px;
	border: 1px solid #B5D0DF;
	line-height:120px;
	text-align:center;
	margin-bottom: 10px;
}

/*** search results ***/

.results-list-style {
  margin:0;
  padding:0;
  border:0;
}
.results-list-style tr {
  padding:0;
  margin:0;
}
.results-list-style tr td {
  padding:0;
  margin:0;
  vertical-align:top;
  border:0;
  border-top: 1px solid #E5E5E5;
}
.results-list-style tr td span{
  position: relative;
	display:block;
	margin:0;
	padding:0;
}

/*** page nav ***/

.page {
  clear: both;
  float: right;
  position:relative;
}

.page ul{
  float: right;
  padding:15px;
}

.page li {
  display: inline;
  margin-left: 0.5em;
}
.page li.selected {
  margin-right:0.2em;
}
.page li.selected div,
.page li.selected div:hover {
  color: #7F7F7F;
  background-color: #EBEBEB;
  font-weight: bold;
}

.page li.spacer,
.page li.spacer:hover {
  border-style: none;
  color: #E5E5E5;
  padding: none;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.page div {
  display: inline;  
  padding: 5px 10px 5px 10px;
  border: 2px solid #E5E5E5; 
}

.page li a {
  color: #999;
  font-size: 11px;
  display: inline;  
  padding: 5px 10px 5px 10px;
  border: 2px solid #E5E5E5; 
}

.page li.item a:hover {
  color: #FFFFFF;
  background-color: #69B521;
  border-color: #69B521;
}
.page .item {
  border:none;
  margin-right:1px;
}
.page .item a:hover {
  color: #FFFFFF;
  text-decoration:none;
}
.search-results-desc {
  border-left:1px solid #E5E5E5;
  width:100%;
  padding-left:20px;
  padding-top:10px;
  margin-bottom:10px;
  min-height: 80px;
  height: auto !important;
  height: 80px;
}

/*** Footer ***/
.footer {
  margin: -20px auto;
  text-align: left;
  padding: 20px 0 50px 0;
  background: #F3F3F3 url( "../images/bg-footer.gif" ) top left repeat-x;
  color: #AEAEAE;
  font-size: 11px;
}
.footer p {
  padding: 0;
  margin: 0;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer li {
  float: left;
}
.footer a {
  border-right: 1px solid #AEAEAE;
  padding-right: 10px;
  margin-right: 10px;
}

.footer a.last {
  border-right: none;
}

/*** Reusable classes ***/
.border {
  border: solid 1px #1B313D;
}
.bg {
  background: #323232 url( "../images/bg-main.gif" ) top left repeat-x;
}
.bg-gray {
  background: #F9F9F9 url( "../images/bg-review.gif" ) top left repeat-x;
  padding: 20px 0;
  margin-bottom: 20px;
}
.title2 {
  background: url( "../images/bg-search.gif" ) top left repeat-x;
}
h4.subtag {
  color: #444;
  font-weight: normal;
}
h1.show-title {
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
}
.play {
  position: absolute;
  width: 25px;
  height: 24px;
  top: 57px;
  left: 1px;
  z-index: 10;
}
.lcolumn {
  padding-left: 150px;
}
.rcolumn {
  padding: 0 100px 0 50px;
}
.mleft {
  margin-left: 20px;
}
.mright {
  margin-right: 20px;
}
.mtop {
  margin-top: 20px;
}
.mbtm {
  margin-bottom: 20px;
}
.pleft {
  padding-left: 15px;
}
.pright {
  padding-right: 15px;
}
.ptop {
  padding-top: 15px;
}
.pall-sm {
  padding: 5px;
}
.relative {
  postion: relative;
}
.dnone {
  display: none;
}
.tright {
  text-align: right;
}
.fleft {
  float: left;
}
.inline {
  display: inline;
}
.clear {
  content: '.';
  clear: both;
  height: 0px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden;
}

.vote_up_button {
	float: left;
	margin-right: 10px;
}

.vote_down_button {
	float: left;
}

.report_this_button {
	float: right;
	margin-bottom:5px;
}

h1.himage {
	display: block;
	height: 300px;
	line-height: 300px;
	background-color: #B5D0DF;
	margin: 10px;
	text-align: center;
}

.shim { clear : both ; }
br.shim { line-height : 0 ; }

.hide { display : none ; }

.ah { 
	height : 1px ; 
	left : -5000px ; 
	overflow : hidden ; 
	position : absolute ; 
	top : -5000px ; 
	width : 1px ; 
	}
.review-sign-in {
  text-align:center;
  margin:10px auto;
  padding:15px;
  font-size:16px;
  color:#888;
}
.review-sign-in-link {
  color:#444;
}
.review-sign-in-link:hover {
  color:#444;
  text-decoration:none;
}
.collection {
	color: white;
	text-align: left;
}

.collection .intro {
	font-size: 14px;
}
.collection .name {
	font-size: 20px;
}
.single-collection {
  float:left;
  width:19%;
  margin-bottom:15px;
  min-height: 140px;
  height: auto !important;
  height: 140px;
  padding:0;
}
.title-separator {
  padding-right:15px;
  padding-left:5px;
  color:#777;
  display:inline;
}
.more-show-container {
  margin-bottom:0;
  float:right;
  width:47%;
  font-size:11px;
  clear:both;
}
.more-show-container a {
  color:#5588bb;
  font-weight:normal;
}
.more-show-container a:hover {
  text-decoration:underline;
}
.sign-out-link {
  border-left:1px solid #ccc;
  margin-left:10px;
  padding-left:10px;
}
#feedback-form-container {
  margin:10px auto;
  border:0;
  width:350px;
  color:#777;
  font-size:11px;
  font-weight:bold;
}
#feedback-form-container div a {
  border:0;
  margin-right:0;
  padding-right:0;
}
.search-suggestion {
  font-size:small;
  padding-bottom:8px;
}

.search-suggestion a {
  color:#5588bb;
}

.search-suggestion a:hover {
  color:#69B521;
  text-decoration:underline;
}

