/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   This file is for your custom styles
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Change the path in the background url's if it is not correct for your system.
*/

.tb-next {
	background: url(/talkback/images/next-b.gif) right no-repeat;
	padding: 0 10px 0 0;
	}
.tb-prev {
	background: url(/talkback/images/prev-b.gif) left no-repeat;
	padding: 0 0 0 10px;
	}
.tb-first {
	background: url(/talkback/images/first-b.gif) left no-repeat;
	padding: 0 13px 0 0;
	}
.tb-last {
	background: url(/talkback/images/last-b.gif) right no-repeat;
	padding: 0 0 0 13px;
	}
	
/* +++++ ThickBox +++++ */
#TB_next {
	background: url(/talkback/images/right-arrow.gif) right bottom no-repeat;
	padding-right: 10px;
}
#TB_prev {
	background: url(/talkback/images/left-arrow.gif) left bottom no-repeat;
	padding-left: 10px;
}
#TB_title{
	background: url(/talkback/images/TBbg.gif) repeat-x;
}
	
#tb-wrapper {
	width: 500px;
	min-height: 300px;
	}
.tb-comment-header, .tb-comment-header-admin {
	background: url(/talkback/images/header500.png);
	border: none;
	height: 24px;
	}
.tb-reply .tb-comment-header, .tb-reply .tb-comment-header-admin {
	background: url(/talkback/images/header480.png);
	border: none;
	height: 24px;
	}
.tb-author-loc, .tb-author-loc-admin  {
	padding: 4px 0 0 1px;
	float: left;
	}
.tb-date, .tb-id, .tb-date-admin, .tb-id-admin {
	padding: 5px 10px 0 0;
	float: right;
	}

#brbr-rating {
  width: 158px;
  height: 18px;
  font-size: 8pt;
}

#brbr-rating-line {
  padding:5px 0 5px 0;
}
.brbr-stars {
  padding:0;
  float:left;
}
#brbr-avg-stars {
  padding:0 10px 0 10px;
  vertical-align:bottom;
}
#brbr-avg-stars-label {
  font-weight:bold;
}
#brbr-review-form-label {
  text-align:center;
  font:size:1em;
}
#brbr_review_links {
    border: 1px solid gray;
    border-collapse: collapse;
    margin-left: auto;
    margin-right:auto;
}
#brbr_review_links th {
    background:#6bb5fc;
}

.brbr_cell, .brbr_cell_dark, #brbr_review_links th {
  border: 1px solid gray;
}
.brbr_cell_dark {
    background: #bbddff;
}
.brbr_cell {
    background: #ffffff;
}

#brbr_review_link {
  padding-bottom:20px;
}

