/**
 * @project     Need 2 Review (v2)
 * @file        /css/sidebar.css 
 * @author		Matthijs de Ridder, Christiaan de Ridder
 * @copyright	(c) 2008 - De Ridder Server
 */

/****************************************************************************/
/* Sidebar                                                                  */
/****************************************************************************/
#sidebar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
}

#sidebar span.time {
  font-size: 11px;
  color: #999;
}

#sidebar span.title {
  font-size: 12px;
}

/****************************************************************************/
/* Slideshow                                                                */
/****************************************************************************/
#slideshow {
	margin: 10px;
	width: 330px;
	height: 170px;
	overflow: hidden;
	position: relative;
  background: #fff;
}

#slideshow div.slide_item {
	width: 330px;
	height: 170px;
	position: absolute;
	left: 330px;
}

#slideshow div.first_item {
	left: 0;
}

#slideshow div.mask {
  width: 330px;
  height: 170px;
  background: url(../images/slideshow_mask.png);
  position: absolute;
  left: 0px;
  top: 0px;
}

#slideshow div.description {
  width: 300px;
  height: 75px;
  background: url(../images/description.png) no-repeat top left;
  position: absolute;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
  font-size: 9px;
  line-height: 12px;
  color: #fff;
}

#slideshow div.description a {
  color: #fff;
}

a.activeReview {
  color: #f00;
}

a.inactiveReview {
  color: #000;
}

#sidebar select.dropdown {
  padding: 0px;
  width: 220px;
  height: 22px;
  border: 1px solid #ccc;
  background: #fff;
}

#sidebar input.text {
  padding: 2px 0px;
  width: 218px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
}

#sidebar input.file {
  padding: 2px 0px;
  width: 218px;
  height: 22px;
  border: 1px solid #ccc;
  background: #fff;
}

#rating_container {
  margin: 10px 10px;
  height: 40px;
  background: url(../images/bar_back.gif) repeat-x;
}

#rating {
  height: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #666;
  background: url(../images/bar_overlay.gif) repeat-x;
}